From 45556bc00bee99628ced1a70dbadd6315fb3d0d8 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Thu, 23 May 2024 15:49:35 +0200 Subject: [PATCH] Disable flakey OptionalRouteParameter test fix #2361 (#2362) --- .../Elastic.Apm.AspNetCore.Tests/TransactionNameTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integrations/Elastic.Apm.AspNetCore.Tests/TransactionNameTests.cs b/test/integrations/Elastic.Apm.AspNetCore.Tests/TransactionNameTests.cs index 7280d5cf7..1a593d21f 100644 --- a/test/integrations/Elastic.Apm.AspNetCore.Tests/TransactionNameTests.cs +++ b/test/integrations/Elastic.Apm.AspNetCore.Tests/TransactionNameTests.cs @@ -49,7 +49,7 @@ public TransactionNameTests(WebApplicationFactory factory, ITestOutputH /// Calls a URL that maps to a route with optional parameter (id). /// Makes sure the Transaction.Name contains "{id}" instead of the value. /// - [Fact] + [FlakyCiTestFact(2361)] public async Task OptionalRouteParameter() { var httpClient = Helper.GetClient(_agent, _factory);