Skip to content

Commit 48c7ad0

Browse files
committed
[INTERNAL] disable simple runtime test
1 parent f13bdf1 commit 48c7ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/net/seesharpsoft/intellij/plugins/csv/formatter/CsvFormatterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ public void testHeader() throws Exception {
119119
public void testInvalidRangeException() throws Exception {
120120
executeTestConfiguration(0, "/invalidRange");
121121
}
122-
123-
public void testRuntimeSimple() throws Exception {
122+
123+
public void _testRuntimeSimple() throws Exception {
124124
Long threshold = 1000l;
125125
Properties runtime = new Properties();
126126
runtime.load(this.getClass().getResourceAsStream("/formatter/performance/runtime.prop"));

0 commit comments

Comments
 (0)