Skip to content

Commit 3871640

Browse files
committed
ignore perf test
1 parent 7f4b51f commit 3871640

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
import org.junit.After;
4343
import org.junit.Assert;
4444
import org.junit.Before;
45+
import org.junit.Ignore;
4546
import org.junit.Test;
4647
import org.junit.experimental.categories.Category;
4748
import org.junit.runner.RunWith;
@@ -518,7 +519,7 @@ private void queryAll(
518519
timeConsumptions.stream().mapToLong(i -> i).average().orElse(0.0) / 1000000);
519520
}
520521

521-
// @Ignore("Performance")
522+
@Ignore("Performance")
522523
@Test
523524
public void testTableLoadPerformance() throws Exception {
524525
int deviceCnt = 100;

0 commit comments

Comments
 (0)