mirror of https://github.com/apache/druid.git
move annotation
This commit is contained in:
parent
ebb27cf462
commit
6e48cb86d5
|
@ -36,6 +36,7 @@ import org.apache.druid.java.util.common.RE;
|
|||
import org.apache.druid.java.util.common.StringUtils;
|
||||
import org.junit.jupiter.api.AfterAll;
|
||||
import org.junit.jupiter.api.TestInstance;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.MethodSource;
|
||||
|
||||
|
@ -77,6 +78,7 @@ import static org.junit.jupiter.api.Assertions.fail;
|
|||
*
|
||||
*/
|
||||
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
|
||||
@ExtendWith(EnabledOnlyInSqlCompatibleMode.class)
|
||||
public abstract class DruidQuidemTestBase
|
||||
{
|
||||
static {
|
||||
|
|
|
@ -19,12 +19,8 @@
|
|||
|
||||
package org.apache.druid.quidem;
|
||||
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
//@EnabledIf(value = "enabled", disabledReason = "These tests are only run in SqlCompatible mode!")
|
||||
@ExtendWith(EnabledOnlyInSqlCompatibleMode.class)
|
||||
public class SqlQuidemTest extends DruidQuidemTestBase
|
||||
{
|
||||
public SqlQuidemTest()
|
||||
|
|
Loading…
Reference in New Issue