We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TickSourceSpec
1 parent 8729c00 commit 7f080e9Copy full SHA for 7f080e9
src/core/Akka.Streams.Tests/Dsl/TickSourceSpec.cs
@@ -49,7 +49,7 @@ await this.AssertAllStagesStoppedAsync(async () =>
49
}, Materializer);
50
}
51
52
- [Fact]
+ [Fact(Skip = "Can't control the flow of ticks with any guaranteed precision")]
53
public async Task A_Flow_based_on_a_tick_publisher_must_drop_ticks_when_not_requested()
54
{
55
await this.AssertAllStagesStoppedAsync(async () =>
0 commit comments