We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0090914 commit 0296104Copy full SHA for 0296104
pkg/rpc/context_test.go
@@ -193,6 +193,7 @@ func TestClockOffsetInClientPingRequest(t *testing.T) {
193
}
194
195
func testClockOffsetInPingRequestInternal(t *testing.T, clientOnly bool) {
196
+ skip.UnderDuress(t, "https://github.com/cockroachdb/cockroach/issues/154839")
197
ctx := context.Background()
198
stopper := stop.NewStopper()
199
defer stopper.Stop(ctx)
0 commit comments