Skip to content

Commit

Permalink
Remove parallel running on datastore consistency tests to reduce flak…
Browse files Browse the repository at this point in the history
…iness
  • Loading branch information
josephschorr committed Jan 1, 2025
1 parent 941b856 commit eb98760
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit eb98760

Please sign in to comment.