We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae6ab7 commit ac7870fCopy full SHA for ac7870f
1 file changed
integration-test/src/test/java/org/apache/iotdb/db/it/schema/regionscan/IoTDBActiveSchemaQueryIT.java
@@ -27,6 +27,7 @@
27
import org.junit.After;
28
import org.junit.Assert;
29
import org.junit.Before;
30
+import org.junit.Ignore;
31
import org.junit.Test;
32
import org.junit.experimental.categories.Category;
33
import org.junit.runners.Parameterized;
@@ -237,6 +238,7 @@ public void testShowTimeSeries() {
237
238
}
239
240
@Test
241
+ @Ignore
242
public void testCountTimeSeriesWithTimeConditionIncludesView() {
243
try (Connection connection = EnvFactory.getEnv().getConnection();
244
Statement statement = connection.createStatement()) {
0 commit comments