diff options
author | aidarsamer <aidarsamer@ydb.tech> | 2023-05-25 16:56:05 +0300 |
---|---|---|
committer | aidarsamer <aidarsamer@ydb.tech> | 2023-05-25 16:56:05 +0300 |
commit | ec9da1027668e44c2271e152a062082913c3848e (patch) | |
tree | 41bd3580bae89e04bf078003c393014166888f50 | |
parent | 0fe15d2368d0dcfd111b233c4efd7fd2f49b40db (diff) | |
download | ydb-ec9da1027668e44c2271e152a062082913c3848e.tar.gz |
Test is fixed in rXXXXXX for
-rw-r--r-- | ydb/services/ydb/ydb_olapstore_ut.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ydb/services/ydb/ydb_olapstore_ut.cpp b/ydb/services/ydb/ydb_olapstore_ut.cpp index 402b150b52c..c84ebc0a6c1 100644 --- a/ydb/services/ydb/ydb_olapstore_ut.cpp +++ b/ydb/services/ydb/ydb_olapstore_ut.cpp @@ -771,10 +771,6 @@ Y_UNIT_TEST_SUITE(YdbOlapStore) { } Y_UNIT_TEST_TWIN(LogTsRangeDescending, NotNull) { - if (NotNull) { - // Wait for fix https://st.yandex-team.ru/KIKIMR-16920 - return; - } TString query(R"( --PRAGMA AnsiInForEmptyOrNullableItemsCollections; |