Skip to content

Commit 0296104

Browse files
committed
rpc: skip clock offset tests under duress
Closes #154839. Epic: none
1 parent 0090914 commit 0296104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/rpc/context_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ func TestClockOffsetInClientPingRequest(t *testing.T) {
193193
}
194194

195195
func testClockOffsetInPingRequestInternal(t *testing.T, clientOnly bool) {
196+
skip.UnderDuress(t, "https://github.com/cockroachdb/cockroach/issues/154839")
196197
ctx := context.Background()
197198
stopper := stop.NewStopper()
198199
defer stopper.Stop(ctx)

0 commit comments

Comments
 (0)