We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32641f6 commit aa0901aCopy full SHA for aa0901a
1 file changed
samples/Prova.Demo/TimeoutSample.cs
@@ -22,7 +22,7 @@ public async Task Fast_Test_Should_Pass()
22
/// <summary>
23
/// A test designed to exceed its timeout limit and fail.
24
/// </summary>
25
- [Fact]
+ [Fact(Skip = "Intentional failure for verification")]
26
[Timeout(50)] // 50ms timeout
27
public async Task Slow_Test_Should_Fail()
28
{
0 commit comments