Skip to content

Commit 7f080e9

Browse files
skip racy TickSourceSpec (#6566)
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.
1 parent 8729c00 commit 7f080e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Akka.Streams.Tests/Dsl/TickSourceSpec.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ await this.AssertAllStagesStoppedAsync(async () =>
4949
}, Materializer);
5050
}
5151

52-
[Fact]
52+
[Fact(Skip = "Can't control the flow of ticks with any guaranteed precision")]
5353
public async Task A_Flow_based_on_a_tick_publisher_must_drop_ticks_when_not_requested()
5454
{
5555
await this.AssertAllStagesStoppedAsync(async () =>

0 commit comments

Comments
 (0)