diff options
author | Ilnaz Nizametdinov <ilnaz@ydb.tech> | 2024-01-30 00:40:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 00:40:56 +0300 |
commit | 8472b26c3122e8bd24887e9322871bc1178700ca (patch) | |
tree | 26aaaf7b277ec0784457a16f83a2c67173eefe8f | |
parent | 6b76771e776d48c5899e1126f0242b6c118b2c37 (diff) | |
download | ydb-8472b26c3122e8bd24887e9322871bc1178700ca.tar.gz |
Mute some flaky tests (#1400)
-rw-r--r-- | .github/config/muted_ya.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 416883004e..0504e97779 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -20,6 +20,7 @@ ydb/core/kqp/provider/ut KikimrIcGateway.TestLoadBasicSecretValueFromExternalDat ydb/core/kqp/ut/federated_query/generic * ydb/core/kqp/ut/olap * ydb/core/kqp/ut/pg KqpPg.CreateIndex +ydb/core/kqp/ut/query KqpLimits.QueryReplySize ydb/core/kqp/ut/scan KqpRequestContext.TraceIdInErrorMessage ydb/core/kqp/ut/scheme KqpOlapScheme.TenThousandColumns ydb/core/kqp/ut/scheme KqpScheme.QueryWithAlter @@ -61,8 +62,10 @@ ydb/services/ydb/sdk_sessions_ut [6/10]* ydb/services/ydb/table_split_ut YdbTableSplit.SplitByLoadWithReadsMultipleSplitsWithData ydb/services/ydb/ut YdbOlapStore.LogPagingAfter-NotNull ydb/services/ydb/ut YdbQueryService.TestCreateAndAttachSession +ydb/services/ydb/ut YdbScripting.BasicV0 +ydb/services/ydb/ut YdbYqlClient.TestYqlSessionClosed ydb/tests/fq/generic * -ydb/tests/fq/mem_alloc test_alloc_default.py.TestAlloc.test_node_limit[kikimr0] +ydb/tests/fq/mem_alloc * ydb/tests/fq/multi_plane test_dispatch.py.TestMapping.test_mapping ydb/tests/fq/multi_plane sole* ydb/tests/fq/restarts test_insert_restarts.py.TestS3.test_atomic_upload_commit* |