diff --git a/pkg/rpc/context_test.go b/pkg/rpc/context_test.go index bdc1bb2e2773..d900afd3bb31 100644 --- a/pkg/rpc/context_test.go +++ b/pkg/rpc/context_test.go @@ -193,6 +193,7 @@ func TestClockOffsetInClientPingRequest(t *testing.T) { } func testClockOffsetInPingRequestInternal(t *testing.T, clientOnly bool) { + skip.UnderDuress(t, "https://github.com/cockroachdb/cockroach/issues/154839") ctx := context.Background() stopper := stop.NewStopper() defer stopper.Stop(ctx)