Skip to content

Commit 4f5e164

Browse files
authored
Merge pull request #410 from ClickHouse/Enmk-fix-tests
Disabled LowCardinalityOfNullable.ThrowOnBackwardsCompatibleLCColumn
2 parents 825c678 + 414996f commit 4f5e164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut/low_cardinality_nullable_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ TEST(LowCardinalityOfNullable, InsertAndQueryEmpty) {
134134
});
135135
}
136136

137-
TEST(LowCardinalityOfNullable, ThrowOnBackwardsCompatibleLCColumn) {
137+
TEST(LowCardinalityOfNullable, DISABLED_ThrowOnBackwardsCompatibleLCColumn) {
138138
auto column = buildTestColumn({}, {});
139139

140140
Block block;

0 commit comments

Comments
 (0)