Skip to content

Commit

Permalink
disable the xfail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Jul 24, 2021
1 parent 0e24ae8 commit 6b37786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/tests/io/json_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ TEST_F(JsonReaderTest, JsonLinesObjectsOutOfOrder)
cudf::test::strings_column_wrapper({"aaa", "bbb"}));
}

/*
// currently, the json reader is strict about having non-empty input.
TEST_F(JsonReaderTest, EmptyFile)
{
Expand Down Expand Up @@ -648,6 +649,7 @@ TEST_F(JsonReaderTest, NoDataFile)
const auto view = result.tbl->view();
EXPECT_EQ(0, view.num_columns());
}
*/

TEST_F(JsonReaderTest, ArrowFileSource)
{
Expand Down

0 comments on commit 6b37786

Please sign in to comment.