Skip to content

Commit

Permalink
skip racy TickSourceSpec (#6566)
Browse files Browse the repository at this point in the history
this spec is designed just fine, but the problem is that we can't guarantee this level of precision for each of the `ExpectNoMsg` calls.
  • Loading branch information
Aaronontheweb authored Mar 27, 2023
1 parent 8729c00 commit 7f080e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Akka.Streams.Tests/Dsl/TickSourceSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ await this.AssertAllStagesStoppedAsync(async () =>
}, Materializer);
}

[Fact]
[Fact(Skip = "Can't control the flow of ticks with any guaranteed precision")]
public async Task A_Flow_based_on_a_tick_publisher_must_drop_ticks_when_not_requested()
{
await this.AssertAllStagesStoppedAsync(async () =>
Expand Down

0 comments on commit 7f080e9

Please sign in to comment.