From e70350614538bcd2a9b85e9ce522e1114362f51c Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 1 Jan 2025 17:10:41 -0500 Subject: [PATCH] Remove parallel running on datastore consistency tests to reduce flakiness --- .../integrationtesting/consistency_datastore_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/services/integrationtesting/consistency_datastore_test.go b/internal/services/integrationtesting/consistency_datastore_test.go index d941390a3a..4f49b7e608 100644 --- a/internal/services/integrationtesting/consistency_datastore_test.go +++ b/internal/services/integrationtesting/consistency_datastore_test.go @@ -44,11 +44,6 @@ func TestConsistencyPerDatastore(t *testing.T) { filePath := filePath t.Run(path.Base(filePath), func(t *testing.T) { - // FIXME errors arise if spanner is run in parallel - if engineID != "spanner" { - t.Parallel() - } - rde := testdatastore.RunDatastoreEngine(t, engineID) ds := rde.NewDatastore(t, config.DatastoreConfigInitFunc(t, dsconfig.WithWatchBufferLength(0),