mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Test only change - fix test assert for sql server
This commit is contained in:
@@ -58,7 +58,7 @@ public class DbMigrationTest extends BaseTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
@IgnorePlatform(Platform.ORACLE)
|
||||
@IgnorePlatform({Platform.ORACLE, Platform.SQLSERVER})
|
||||
@Test
|
||||
public void testRunMigration() throws IOException {
|
||||
// first clean up previously created objects
|
||||
|
||||
Reference in New Issue
Block a user