From 835937cbdb15e7b0137ed0f86bf27b6e47299adc Mon Sep 17 00:00:00 2001 From: Roland Praml Date: Thu, 3 Feb 2022 15:14:45 +0100 Subject: [PATCH] Disabled dbmigrationtest for postgres --- .../java/io/ebeaninternal/dbmigration/DbMigrationTest.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ebean-test/src/test/java/io/ebeaninternal/dbmigration/DbMigrationTest.java b/ebean-test/src/test/java/io/ebeaninternal/dbmigration/DbMigrationTest.java index 797b1bda0..064e16b82 100644 --- a/ebean-test/src/test/java/io/ebeaninternal/dbmigration/DbMigrationTest.java +++ b/ebean-test/src/test/java/io/ebeaninternal/dbmigration/DbMigrationTest.java @@ -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