Skip to content

Commit

Permalink
disable racy FlowAskSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jul 30, 2019
1 parent dc696d5 commit 2421003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Akka.Streams.Tests/Dsl/FlowAskSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void Flow_with_ask_must_signal_ask_timeout_failure() => this.AssertAllSta
.Should().BeOfType<AskTimeoutException>();
}, _materializer);

[Fact]
[Fact(Skip = "Racy on Azure DevOps")]
public void Flow_with_ask_must_signal_ask_failure() => this.AssertAllStagesStopped(() =>
{
var failsOn = ReplierFailOn(1);
Expand Down

0 comments on commit 2421003

Please sign in to comment.