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 3033423 commit adeb529Copy full SHA for adeb529
pkg/upgrade/upgrades/json_forward_indexes_test.go
@@ -25,6 +25,7 @@ import (
25
)
26
27
func TestJSONForwardingIndexes(t *testing.T) {
28
+ skip.WithIssue(t, 107169, "flaky test")
29
var err error
30
skip.UnderStressRace(t)
31
defer leaktest.AfterTest(t)()
0 commit comments