aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormonster <monster@ydb.tech>2023-03-07 16:13:15 +0300
committermonster <monster@ydb.tech>2023-03-07 16:13:15 +0300
commit541528a54a309c464d996fe8296e3b079624fdc8 (patch)
tree39a3f0dff51d2522332d8f2fd616db94350b0f6b
parent2f885def7c5026f00c52b9e82c9ccf3ed9921b6a (diff)
downloadydb-541528a54a309c464d996fe8296e3b079624fdc8.tar.gz
fix tests timeout
-rw-r--r--ydb/core/sys_view/ut_kqp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/sys_view/ut_kqp.cpp b/ydb/core/sys_view/ut_kqp.cpp
index 0e8b0ba8459..a7a52485159 100644
--- a/ydb/core/sys_view/ut_kqp.cpp
+++ b/ydb/core/sys_view/ut_kqp.cpp
@@ -770,7 +770,7 @@ Y_UNIT_TEST_SUITE(SystemView) {
Y_UNIT_TEST(QueryStatsAllTables) {
auto check = [&] (const TString& queryText) {
- TTestEnv env{TTestEnv::DisableSourcesTag};
+ TTestEnv env;
CreateRootTable(env);
TTableClient client(env.GetDriver());
@@ -797,7 +797,7 @@ Y_UNIT_TEST_SUITE(SystemView) {
}
Y_UNIT_TEST(QueryStatsRetries) {
- TTestEnv env{TTestEnv::DisableSourcesTag};
+ TTestEnv env;
CreateRootTable(env);
TString queryText("SELECT * FROM `Root/Table0`");