diff options
author | gvit <gvit@ydb.tech> | 2023-03-10 18:44:52 +0300 |
---|---|---|
committer | gvit <gvit@ydb.tech> | 2023-03-10 18:44:52 +0300 |
commit | 10fb394253a62a78278da99a2a207c2720b6b659 (patch) | |
tree | 874ab34c042f4f29683b9bd07a5b40d2959c3836 | |
parent | 0fa703d28c587570b7799aab9bc4a6b196dcaf52 (diff) | |
download | ydb-10fb394253a62a78278da99a2a207c2720b6b659.tar.gz |
mute kqp delete on planned test
-rw-r--r-- | ydb/core/kqp/ut/olap/kqp_olap_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/kqp/ut/olap/kqp_olap_ut.cpp b/ydb/core/kqp/ut/olap/kqp_olap_ut.cpp index c65a83dab7b..c38f8a05316 100644 --- a/ydb/core/kqp/ut/olap/kqp_olap_ut.cpp +++ b/ydb/core/kqp/ut/olap/kqp_olap_ut.cpp @@ -3843,7 +3843,7 @@ Y_UNIT_TEST_SUITE(KqpOlap) { ); } - +/* Y_UNIT_TEST(OlapDeletePlanned) { TPortManager pm; @@ -3899,7 +3899,7 @@ Y_UNIT_TEST_SUITE(KqpOlap) { #endif ); } - +*/ Y_UNIT_TEST(PredicatePushdownCastErrors) { auto settings = TKikimrSettings() .SetWithSampleTables(false); |