DB2: Disabled history-tests as DB2 does not support them

This commit is contained in:
Roland Praml
2022-01-07 12:58:55 +01:00
parent 2ea51d3705
commit 8a7a7f6739
3 changed files with 3 additions and 3 deletions
@@ -70,7 +70,7 @@ public class TestHistoryExclude extends BaseTestCase {
linkFound.getDocs().size();
}
@IgnorePlatform(Platform.ORACLE)
@IgnorePlatform({Platform.ORACLE, Platform.DB2})
@Test
public void testAsOfThenLazy() {
@@ -37,7 +37,7 @@ public class TestHistoryInclude extends BaseTestCase {
assertThat(linkFound.getDocs().size()).isEqualTo(2);
}
@IgnorePlatform(Platform.ORACLE)
@IgnorePlatform({Platform.ORACLE, Platform.DB2})
@Test
public void testAsOfThenLazy() {
@@ -14,7 +14,7 @@ import static org.assertj.core.api.Assertions.assertThat;
public class TestHistoryOneToMany extends BaseTestCase {
@IgnorePlatform(Platform.ORACLE)
@IgnorePlatform({Platform.ORACLE, Platform.DB2})
@Test
public void test() throws InterruptedException {