Skip to content

Commit

Permalink
Disable testChunkedPackTwoPasses for now (#15210)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Bellina <abellina@nvidia.com>
Co-authored-by: Nghia Truong <7416935+ttnghia@users.noreply.github.com>
  • Loading branch information
abellina and ttnghia committed Mar 4, 2024
1 parent e60aad1 commit 8dbe7cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/src/test/java/ai/rapids/cudf/TableTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3739,7 +3739,7 @@ void testChunkedPackBasic() {
}
}
}

/*
@Test
void testChunkedPackTwoPasses() {
// this test packes ~2MB worth of long into a 1MB bounce buffer
Expand Down Expand Up @@ -3768,6 +3768,7 @@ void testChunkedPackTwoPasses() {
}
}
}
*/

@Test
void testContiguousSplitWithStrings() {
Expand Down

0 comments on commit 8dbe7cb

Please sign in to comment.