Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit f8ac60f

Browse files
committed
fix: temporarily disables emulator tests
Temporarily disables tests that are not working with the emulator.
1 parent c6ba193 commit f8ac60f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITTransactionManagerAsyncTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ public static Collection<Object[]> data() {
8181

8282
@BeforeClass
8383
public static void setUpDatabase() {
84+
assumeFalse(
85+
"temporarily disabling these tests, since they are not working in the emulator",
86+
isUsingEmulator());
8487
// Empty database.
8588
db =
8689
env.getTestHelper()

0 commit comments

Comments
 (0)