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);