Skip to content

Commit 6f409b8

Browse files
committed
temporarily disable KqpNotNullColumns::SecondaryIndexWithNotNullDataColumnPg
1 parent ff1c3a6 commit 6f409b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/core/kqp/ut/opt/kqp_not_null_ut.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,8 @@ Y_UNIT_TEST_SUITE(KqpNotNullColumns) {
16531653
}
16541654
}
16551655

1656+
#if 0
1657+
// TODO: fix TxPlanSerializer with PG keys
16561658
Y_UNIT_TEST(SecondaryIndexWithNotNullDataColumnPg) {
16571659
auto settings = TKikimrSettings()
16581660
.SetWithSampleTables(false)
@@ -1757,6 +1759,7 @@ Y_UNIT_TEST_SUITE(KqpNotNullColumns) {
17571759
result.GetIssues().ToString());
17581760
}
17591761
}
1762+
#endif
17601763

17611764
Y_UNIT_TEST_TWIN(JoinBothTablesWithNotNullPk, StreamLookup) {
17621765
NKikimrConfig::TAppConfig appConfig;

0 commit comments

Comments
 (0)