Skip to content

Commit ac4d0af

Browse files
committed
test: for spanner, set concurrent=false
1 parent 3fe4953 commit ac4d0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/datastore/spanner/spanner_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestSpannerDatastore(t *testing.T) {
4444
return ds
4545
})
4646
return ds, nil
47-
}), test.WithCategories(test.GCCategory, test.WatchCategory, test.StatsCategory, test.TransactionCategory), true)
47+
}), test.WithCategories(test.GCCategory, test.WatchCategory, test.StatsCategory, test.TransactionCategory), false)
4848

4949
t.Run("TestFakeStats", createDatastoreTest(
5050
b,

0 commit comments

Comments
 (0)