Skip to content

Commit

Permalink
Mark flaky e2e test AB#120120
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankowitz committed May 7, 2024
1 parent 7e8a563 commit 89599a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public async Task GivenIncrementalLoad_MultipleInputVersionsOutOfOrderSomeNotExp
Assert.Equal(GetLastUpdated("2001"), result.Resource.Meta.LastUpdated);
}

[Fact]
[Fact(Skip = "Flaky test")]
public async Task GivenIncrementalLoad_MultipleInputVersionsOutOfOrderSomeNotExplicit_ResourceNotExisting()
{
var id = Guid.NewGuid().ToString("N");
Expand Down

0 comments on commit 89599a4

Please sign in to comment.