Skip to content

Commit c3dccd2

Browse files
committed
remove the sign of cluster.class in IoTDBExplainAnalyzePrintIT
1 parent 1269375 commit c3dccd2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integration-test/src/test/java/org/apache/iotdb/db/it/query/IoTDBExplainAnalyzePrintIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import org.apache.iotdb.db.queryengine.execution.operator.sink.IdentitySinkOperator;
2323
import org.apache.iotdb.it.env.EnvFactory;
2424
import org.apache.iotdb.it.framework.IoTDBTestRunner;
25-
import org.apache.iotdb.itbase.category.ClusterIT;
2625
import org.apache.iotdb.itbase.category.LocalStandaloneIT;
2726
import org.apache.iotdb.itbase.env.BaseEnv;
2827

@@ -41,7 +40,7 @@
4140
import static org.junit.Assert.fail;
4241

4342
@RunWith(IoTDBTestRunner.class)
44-
@Category({LocalStandaloneIT.class, ClusterIT.class})
43+
@Category({LocalStandaloneIT.class})
4544
public class IoTDBExplainAnalyzePrintIT {
4645

4746
private static final String[] creationSqls =

0 commit comments

Comments
 (0)