Skip to content

Commit adeb529

Browse files
committed
upgrade/upgrades: skip TestJSONForwardingIndexes
Refs: cockroachdb#107169 Reason: flaky test Generated by bin/skip-test. Release justification: non-production code changes Release note: None Epic: None
1 parent 3033423 commit adeb529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/upgrade/upgrades/json_forward_indexes_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import (
2525
)
2626

2727
func TestJSONForwardingIndexes(t *testing.T) {
28+
skip.WithIssue(t, 107169, "flaky test")
2829
var err error
2930
skip.UnderStressRace(t)
3031
defer leaktest.AfterTest(t)()

0 commit comments

Comments
 (0)