Skip to content

Commit

Permalink
Disable flakey OptionalRouteParameter test fix #2361
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed May 23, 2024
1 parent 60f34fb commit 19f7b9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public TransactionNameTests(WebApplicationFactory<Startup> 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.
/// </summary>
[Fact]
[FlakyCiTestFact(2361)]
public async Task OptionalRouteParameter()
{
var httpClient = Helper.GetClient(_agent, _factory);
Expand Down

0 comments on commit 19f7b9c

Please sign in to comment.