Skip to content

Commit 51b4bf3

Browse files
committed
Ignore experimental tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725444 13f79535-47bb-0310-9956-ffa450edef68
1 parent c26c858 commit 51b4bf3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/test/java/org/apache/commons/csv/CSVPrinterTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import java.util.Random;
3939

4040
import org.apache.commons.lang3.ObjectUtils;
41+
import org.junit.Ignore;
4142
import org.junit.Test;
4243

4344
/**
@@ -233,6 +234,7 @@ private Connection geH2Connection() throws SQLException, ClassNotFoundException
233234
}
234235

235236
@Test
237+
@Ignore
236238
public void testJira135All() throws IOException {
237239
CSVFormat format = CSVFormat.DEFAULT.withRecordSeparator('\n').withQuote('"').withEscape('\\');
238240
StringWriter sw = new StringWriter();
@@ -250,6 +252,7 @@ public void testJira135All() throws IOException {
250252
}
251253

252254
@Test
255+
@Ignore
253256
public void testJira135_part3() throws IOException {
254257
CSVFormat format = CSVFormat.DEFAULT.withRecordSeparator('\n').withQuote('"').withEscape('\\');
255258
StringWriter sw = new StringWriter();
@@ -265,6 +268,7 @@ public void testJira135_part3() throws IOException {
265268
}
266269

267270
@Test
271+
@Ignore
268272
public void testJira135_part2() throws IOException {
269273
CSVFormat format = CSVFormat.DEFAULT.withRecordSeparator('\n').withQuote('"').withEscape('\\');
270274
StringWriter sw = new StringWriter();
@@ -280,6 +284,7 @@ public void testJira135_part2() throws IOException {
280284
}
281285

282286
@Test
287+
@Ignore
283288
public void testJira135_part1() throws IOException {
284289
CSVFormat format = CSVFormat.DEFAULT.withRecordSeparator('\n').withQuote('"').withEscape('\\');
285290
StringWriter sw = new StringWriter();

0 commit comments

Comments
 (0)