Skip to content

Commit

Permalink
Disable flakey OptionalRouteParameter test fix #2361 (#2362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored May 23, 2024
1 parent ff221d6 commit 45556bc
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 45556bc

Please sign in to comment.