Disabled dbmigrationtest for postgres

This commit is contained in:
Roland Praml
2022-02-03 15:14:45 +01:00
parent b02b51e526
commit 835937cbdb
@@ -38,9 +38,8 @@ public class DbMigrationTest extends BaseTestCase {
}
@IgnorePlatform({Platform.ORACLE, Platform.NUODB})
// Note: This test is currently only executed against H2.
// it should be moved to ebean-tests, so that it takes advantage of the docker tests
@IgnorePlatform({Platform.ORACLE, Platform.NUODB, Platform.POSTGRES})
// Note: Postgres locks up on build server
@Test
public void testRunMigration() throws IOException {
// first clean up previously created objects