Skip to content

Commit

Permalink
fix flaky test (#32123)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-airbyte authored Nov 2, 2023
1 parent 9c6ed93 commit 4495a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void testGzipAvroFileWriter() throws Exception {
"codec", "zstandard",
"compression_level", 20,
"include_checksum", true))));
runTest(new FileBuffer(AvroSerializedBuffer.DEFAULT_SUFFIX), 970L, 985L, config, getExpectedString());
runTest(new FileBuffer(AvroSerializedBuffer.DEFAULT_SUFFIX), 965L, 985L, config, getExpectedString());
}

@Test
Expand Down

0 comments on commit 4495a09

Please sign in to comment.