Skip to content

Commit

Permalink
Disabled LowCardinalityOfNullable.ThrowOnBackwardsCompatibleLCColumn
Browse files Browse the repository at this point in the history
Test for a deprecated feature, which is going to be removed anyway
  • Loading branch information
Enmk authored Feb 17, 2025
1 parent 825c678 commit 414996f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut/low_cardinality_nullable_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ TEST(LowCardinalityOfNullable, InsertAndQueryEmpty) {
});
}

TEST(LowCardinalityOfNullable, ThrowOnBackwardsCompatibleLCColumn) {
TEST(LowCardinalityOfNullable, DISABLED_ThrowOnBackwardsCompatibleLCColumn) {
auto column = buildTestColumn({}, {});

Block block;
Expand Down

0 comments on commit 414996f

Please sign in to comment.