Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyihu6 committed Jan 21, 2025
1 parent 7ecfbc5 commit a8fd2dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/ccl/changefeedccl/nemeses_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ func TestChangefeedNemeses(t *testing.T) {
skip.UnderRace(t, "takes >1 min under race")

testutils.RunValues(t, "nemeses_options=", cdctest.NemesesOptions, func(t *testing.T, nop cdctest.NemesesOption) {
if nop.EnableSQLSmith == true {
skip.WithIssue(t, 137125)
}
//if nop.EnableSQLSmith == true {
// skip.WithIssue(t, 137125)
//}
testFn := func(t *testing.T, s TestServer, f cdctest.TestFeedFactory) {
rng, seed := randutil.NewPseudoRand()
t.Logf("random seed: %d", seed)
Expand Down

0 comments on commit a8fd2dc

Please sign in to comment.