mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Disabled dbmigrationtest for postgres
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user