Skip to content

Commit aa0901a

Browse files
committed
fix(demo): skip intentionally failing timeout test to fix CI
1 parent 32641f6 commit aa0901a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/Prova.Demo/TimeoutSample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public async Task Fast_Test_Should_Pass()
2222
/// <summary>
2323
/// A test designed to exceed its timeout limit and fail.
2424
/// </summary>
25-
[Fact]
25+
[Fact(Skip = "Intentional failure for verification")]
2626
[Timeout(50)] // 50ms timeout
2727
public async Task Slow_Test_Should_Fail()
2828
{

0 commit comments

Comments
 (0)