Skip to content

Commit

Permalink
changefeedccl: enable testchangefeedpropagatesterminalerror
Browse files Browse the repository at this point in the history
Fixes: #95057

The test TestChangefeedPropagatesTerminalError no longer seems to flake
after running it under stress on a GCE worker for a while, so this
change re-enables it.

Release note: None
  • Loading branch information
samiskin committed Mar 13, 2023
1 parent e4924e2 commit 1ffbd33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ccl/changefeedccl/changefeed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6008,7 +6008,6 @@ func TestChangefeedHandlesDrainingNodes(t *testing.T) {

func TestChangefeedPropagatesTerminalError(t *testing.T) {
defer leaktest.AfterTest(t)()
skip.WithIssue(t, 95057, "flaky test")
defer log.Scope(t).Close(t)

opts := makeOptions()
Expand Down

0 comments on commit 1ffbd33

Please sign in to comment.