mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Disabled more tests for github
This commit is contained in:
@@ -51,6 +51,7 @@ import io.ebeaninternal.server.deploy.BeanProperty;
|
||||
|
||||
@TestInstance(Lifecycle.PER_CLASS)
|
||||
@ExtendWith(PlatformCondition.class)
|
||||
@Disabled("Does not work @github")
|
||||
public class DatesAndTimesTest extends BaseTestCase {
|
||||
|
||||
private Database db;
|
||||
|
||||
+3
-1
@@ -1,7 +1,9 @@
|
||||
package io.ebeaninternal.server.type;
|
||||
|
||||
import io.ebean.config.DatabaseConfig;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
|
||||
import io.ebean.config.DatabaseConfig;
|
||||
@Disabled("Does not work @github")
|
||||
public class DatesAndTimesWithJsonMillisTest extends DatesAndTimesTest {
|
||||
@Override
|
||||
protected void reconfigure(DatabaseConfig config) {
|
||||
|
||||
+3
-1
@@ -1,7 +1,9 @@
|
||||
package io.ebeaninternal.server.type;
|
||||
|
||||
import io.ebean.config.DatabaseConfig;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
|
||||
import io.ebean.config.DatabaseConfig;
|
||||
@Disabled("Does not work @github")
|
||||
public class DatesAndTimesWithJsonNanosTest extends DatesAndTimesTest {
|
||||
@Override
|
||||
protected void reconfigure(DatabaseConfig config) {
|
||||
|
||||
Reference in New Issue
Block a user