Skip to content

Commit

Permalink
[hotfix][table][tests] Set @ignore description for RowCsvInputFormatT…
Browse files Browse the repository at this point in the history
…est#testParserCorrectness

This closes apache#5413.
  • Loading branch information
zentol committed Feb 21, 2018
1 parent 7410491 commit 99c2556
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -715,9 +715,8 @@ public void testParseStringErrors() throws Exception {
}
}

// Test disabled because we do not support double-quote escaped quotes right now.
@Test
@Ignore
@Ignore("Test disabled because we do not support double-quote escaped quotes right now.")
public void testParserCorrectness() throws Exception {
// RFC 4180 Compliance Test content
// Taken from http://en.wikipedia.org/wiki/Comma-separated_values#Example
Expand Down

0 comments on commit 99c2556

Please sign in to comment.