Skip to content

Commit

Permalink
Link skipped test to xunit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Apr 22, 2024
1 parent 68c10f5 commit 72ff543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MiniValidation.UnitTests/Recursion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public void Invalid_When_AsyncValidatableOnlyChild_Is_Invalid_Allowing_SyncOverA
Assert.Equal($"{nameof(TestTypeWithAsyncChild.NeedsAsync)}.{nameof(TestAsyncValidatableChildType.TwentyOrMore)}", errors.Keys.First());
}

[Fact(Skip = "Unreliable on CI, can reproduce on dev machine with loop count 100+")]
[Fact(Skip = "Unreliable on CI, can reproduce on dev machine with loop count 100+. See https://github.com/xunit/xunit/issues/2917")]
public void Throws_InvalidOperationException_When_Polymorphic_AsyncValidatableOnlyChild_Is_Invalid_Without_Allowing_SyncOverAsync()
{
var thingToValidate = new TestValidatableType
Expand Down

0 comments on commit 72ff543

Please sign in to comment.