Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 1f14fe9

Browse files
committed
Fix nunit crashing on CI
1 parent db66126 commit 1f14fe9

File tree

1 file changed

+1
-1
lines changed
  • src/tests/TaskSystemIntegrationTests

1 file changed

+1
-1
lines changed

src/tests/TaskSystemIntegrationTests/Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ public async Task ExceptionPropagatesOutIfNoFinally()
574574
}
575575

576576
[Test]
577-
[Ignore]
577+
[Ignore("borked")]
578578
[ExpectedException(typeof(InvalidOperationException))]
579579
public async Task DeferExceptions()
580580
{

0 commit comments

Comments
 (0)