Skip to content

Commit 650ab32

Browse files
committed
test: run DatabaseMetadata tests for PG on emulator
Run the DatabaseMetadata integration tests for PostgreSQL-dialect databases on the emulator.
1 parent 4c49d32 commit 650ab32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/test/java/com/google/cloud/spanner/jdbc/it/ITJdbcPgDatabaseMetaDataTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ public class ITJdbcPgDatabaseMetaDataTest extends ITAbstractJdbcTest {
6161

6262
@BeforeClass
6363
public static void setup() throws Exception {
64-
assumeFalse(
65-
"PostgreSQL dialect is not yet supported on the emulator",
66-
EmulatorSpannerHelper.isUsingEmulator());
67-
6864
database = env.getOrCreateDatabase(Dialect.POSTGRESQL, getMusicTablesDdl(Dialect.POSTGRESQL));
6965

7066
// Create the same tables in an additional 'test' schema.

0 commit comments

Comments
 (0)