Skip to content

Commit

Permalink
ut
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
  • Loading branch information
Lloyd-Pottiger committed May 9, 2024
1 parent 97a0a74 commit fab6acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/IO/Compression/tests/gtest_codec_compression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ std::vector<CodecTestSequence> generatePyramidOfSequences(
const auto IntegerCodecsToTest = ::testing::Values(
CompressionMethodByte::Lightweight,
CompressionMethodByte::DeltaFOR,
CompressionMethodByte::FOR,
// CompressionMethodByte::FOR, // disable FOR codec for now, since there are too many unit tests.
CompressionMethodByte::RLE
#if USE_QPL
,
Expand Down

0 comments on commit fab6acb

Please sign in to comment.