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),