Remove trailing whitespace.

This commit is contained in:
Gary Gregory 2018-05-18 13:39:49 -06:00
parent c00f4d426e
commit 5c0d27c0e2
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ public class CSVPrinterTest {
public void testRandomOracle() throws Exception {
doRandom(CSVFormat.ORACLE, ITERATIONS_FOR_RANDOM_TEST);
}
@Test
@Ignore
public void testRandomPostgreSqlCsv() throws Exception {