From 9f7e1d54ddeff1a67c024e278629a4254faf40cf Mon Sep 17 00:00:00 2001 From: Steven Danna Date: Thu, 19 Oct 2023 17:16:09 +0100 Subject: [PATCH] streamingccl: skip TestStreamingRegionalConstraint Informs #112541 Release note: None --- pkg/ccl/streamingccl/streamingest/replication_stream_e2e_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/ccl/streamingccl/streamingest/replication_stream_e2e_test.go b/pkg/ccl/streamingccl/streamingest/replication_stream_e2e_test.go index 669ae9053a15..3e5890aa6091 100644 --- a/pkg/ccl/streamingccl/streamingest/replication_stream_e2e_test.go +++ b/pkg/ccl/streamingccl/streamingest/replication_stream_e2e_test.go @@ -1171,6 +1171,7 @@ func TestStreamingRegionalConstraint(t *testing.T) { defer log.Scope(t).Close(t) skip.UnderStressRace(t, "takes too long under stress race") skip.UnderStress(t, "the allocator machinery stuggles with cpu contention, which can cause the test to timeout") + skip.WithIssue(t, 112541) ctx := context.Background() regions := []string{"mars", "venus", "mercury"}