Skip to content

Commit

Permalink
disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-bughiu committed Mar 29, 2024
1 parent bf7ecae commit 4808d90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void RunUntilCompletion_Faulted()
Should.Throw<ArgumentException>(app.RunUntilCompletion);
}

[Fact]
[Fact(Skip="Flaky")]
public void RunUntilCompletion_Aborted()
{
var app = new WorkflowApplication(new Delay { Duration = TimeSpan.MaxValue });
Expand Down

0 comments on commit 4808d90

Please sign in to comment.