diff options
author | Kirill Rysin <35688753+naspirato@users.noreply.github.com> | 2024-12-25 11:28:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-25 13:28:40 +0300 |
commit | 308501bfaf85f7e1c66a2b555f035506a08ccdd5 (patch) | |
tree | c02af357dd17168967fae9455e928074f83216c2 | |
parent | d0920bcf72e1fdc8ee640198026177df9d913afd (diff) | |
download | ydb-308501bfaf85f7e1c66a2b555f035506a08ccdd5.tar.gz |
Resolve wildcards in muted_ya (#12974)
-rw-r--r-- | .github/config/muted_ya.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index e76b0368cc9..85574826724 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -50,8 +50,6 @@ ydb/core/kqp/ut/olap KqpOlapWrite.TierDraftsGCWithRestart ydb/core/kqp/ut/olap [*/*] chunk chunk ydb/core/kqp/ut/query KqpAnalyze.AnalyzeTable+ColumnStore ydb/core/kqp/ut/query KqpStats.SysViewClientLost -ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictWrite* -ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictRead* ydb/core/kqp/ut/scan KqpRequestContext.TraceIdInErrorMessage ydb/core/kqp/ut/scheme KqpOlapScheme.TenThousandColumns ydb/core/kqp/ut/scheme KqpScheme.AlterAsyncReplication @@ -59,6 +57,12 @@ ydb/core/kqp/ut/scheme [*/*] chunk chunk ydb/core/kqp/ut/scheme [*/*]+chunk+chunk ydb/core/kqp/ut/service [*/*] chunk chunk ydb/core/kqp/ut/service [*/*]+chunk+chunk +ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictReadWriteOlap +ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictReadWriteOltp +ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictReadWriteOltpNoSink +ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictWriteOlap +ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictWriteOltp +ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictWriteOltpNoSink ydb/core/mind/hive/ut THiveTest.TestHiveBalancerNodeRestarts ydb/core/persqueue/ut TPQTest.TestReadAndDeleteConsumer ydb/core/persqueue/ut [*/*] chunk chunk @@ -80,7 +84,7 @@ ydb/library/actors/http/ut sole chunk chunk ydb/library/actors/http/ut sole+chunk+chunk ydb/library/actors/interconnect/ut_huge_cluster HugeCluster.AllToAll ydb/library/actors/interconnect/ut_huge_cluster sole chunk chunk -ydb/library/yql/providers/generic/connector/tests/datasource/ydb test.py.test_select_positive[column_selection_col2_COL1_HTTP-dqrun] +ydb/library/yql/providers/generic/connector/tests/datasource/ydb test.py.test_select_positive[column_selection_col2_COL1-kqprun] ydb/public/sdk/cpp/client/ydb_topic/ut [*/*] chunk chunk ydb/public/sdk/cpp/client/ydb_topic/ut [*/*]+chunk+chunk ydb/services/datastreams/ut DataStreams.TestPutRecordsCornerCases |