We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c49d32 commit 0c05843Copy full SHA for 0c05843
src/test/java/com/google/cloud/spanner/jdbc/it/ITJdbcPgDatabaseMetaDataTest.java
@@ -61,10 +61,6 @@ public class ITJdbcPgDatabaseMetaDataTest extends ITAbstractJdbcTest {
61
62
@BeforeClass
63
public static void setup() throws Exception {
64
- assumeFalse(
65
- "PostgreSQL dialect is not yet supported on the emulator",
66
- EmulatorSpannerHelper.isUsingEmulator());
67
-
68
database = env.getOrCreateDatabase(Dialect.POSTGRESQL, getMusicTablesDdl(Dialect.POSTGRESQL));
69
70
// Create the same tables in an additional 'test' schema.
0 commit comments