Skip to content
Prev Previous commit
Next Next commit
test: skip timeout-sensitive test on CI
  • Loading branch information
Flash0ver committed Aug 6, 2025
commit 422846393bc22944dc73152bb0be6fc5d239ecd6
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void Enqueue_BothTimeoutAndSizeReached_CaptureEnvelopes()
AssertEnvelopes(["one"], ["two", "three"]);
}

[Fact]
[SkippableFact]
public async Task Enqueue_Concurrency_CaptureEnvelopes()
{
Skip.If(TestEnvironment.IsGitHubActions, "Timeout may exceed on CI");
Expand Down
Loading