Skip to content

Commit

Permalink
*: fix package sourcegraph/appdash not found (#10324) (#10329)
Browse files Browse the repository at this point in the history
close #10325
  • Loading branch information
ti-chi-bot authored Feb 22, 2024
1 parent d49cb0b commit b562c80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cdc/processor/sinkmanager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ func TestRemoveTable(t *testing.T) {

func TestGenerateTableSinkTaskWithBarrierTs(t *testing.T) {
t.Parallel()
// This test is unstable, so skip it.
// issue: https://github.com/pingcap/tiflow/issues/10523
t.Skip("Note(dongmen): Skip this case since it is unstable.")

ctx, cancel := context.WithCancel(context.Background())
changefeedInfo := getChangefeedInfo()
Expand Down

0 comments on commit b562c80

Please sign in to comment.