Skip to content

Commit

Permalink
Revert "Revert "per akkadotnet#3786 - skipping racy FlowDelaySpecs""
Browse files Browse the repository at this point in the history
This reverts commit 05d20a4.
  • Loading branch information
Aaronontheweb committed Feb 25, 2020
1 parent 8f92a83 commit 269c886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/Akka.Streams.Tests/Dsl/FlowDelaySpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void A_Delay_must_deliver_elements_with_delay_for_slow_stream()
}, Materializer);
}

[Fact]
[Fact(Skip = "Racy")]
public void A_Delay_must_drop_tail_for_internal_buffer_if_it_is_full_in_DropTail_mode()
{
this.AssertAllStagesStopped(() =>
Expand All @@ -117,7 +117,7 @@ public void A_Delay_must_drop_tail_for_internal_buffer_if_it_is_full_in_DropTail
}, Materializer);
}

[Fact]
[Fact(Skip = "Racy")]
public void A_Delay_must_drop_head_for_internal_buffer_if_it_is_full_in_DropHead_mode()
{
this.AssertAllStagesStopped(() =>
Expand All @@ -133,7 +133,7 @@ public void A_Delay_must_drop_head_for_internal_buffer_if_it_is_full_in_DropHead
}, Materializer);
}

[Fact]
[Fact(Skip = "Racy")]
public void A_Delay_must_clear_all_for_internal_buffer_if_it_is_full_in_DropBuffer_mode()
{
this.AssertAllStagesStopped(() =>
Expand Down

0 comments on commit 269c886

Please sign in to comment.