Skip to content

Commit 4228463

Browse files
committed
test: skip timeout-sensitive test on CI
1 parent a2510dc commit 4228463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.Tests/Internals/StructuredLogBatchProcessorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void Enqueue_BothTimeoutAndSizeReached_CaptureEnvelopes()
111111
AssertEnvelopes(["one"], ["two", "three"]);
112112
}
113113

114-
[Fact]
114+
[SkippableFact]
115115
public async Task Enqueue_Concurrency_CaptureEnvelopes()
116116
{
117117
Skip.If(TestEnvironment.IsGitHubActions, "Timeout may exceed on CI");

0 commit comments

Comments
 (0)