Skip to content

Commit 7357080

Browse files
committed
Disable for test performance MigrationTableAsyncTest.testDb2()
1 parent f2abe39 commit 7357080

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ebean-migration/src/test/java/io/ebean/migration/MigrationTableAsyncTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,19 @@ public void shutdown() {
4141
dataSource.shutdown();
4242
}
4343

44-
//@Disabled
44+
@Disabled
4545
@Test
4646
public void testDb2() throws Exception {
4747
// Works
4848
Db2Container container = Db2Container.newBuilder("latest")
4949
.port(50055)
5050
.containerName("mig_async_db2")
51+
.dbName("mig_test")
5152
.user("test_ebean")
5253
.password("test")
5354
.build();
5455

55-
container.startWithCreate();
56+
container.startWithDropCreate();
5657

5758
config.setMigrationPath("dbmig");
5859
config.setDbUsername("test_ebean");

0 commit comments

Comments
 (0)