diff --git a/ddl/foreign_key_test.go b/ddl/foreign_key_test.go index 0e580d2460ed8..5c3cfe8946fc5 100644 --- a/ddl/foreign_key_test.go +++ b/ddl/foreign_key_test.go @@ -95,8 +95,6 @@ func getForeignKey(t table.Table, name string) *model.FKInfo { } func TestForeignKey(t *testing.T) { - t.Parallel() - _, err := infosync.GlobalInfoSyncerInit(context.Background(), "t", func() uint64 { return 1 }, nil, true) if err != nil { t.Fatal(err)