diff options
author | Ilnaz Nizametdinov <ilnaz@ydb.tech> | 2024-01-30 18:53:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 18:53:03 +0300 |
commit | 9de503c0c8711297f391fd055eababe3de657353 (patch) | |
tree | 8d551a530321573777906956efd370928252effc | |
parent | 02f3fa6d5c758cd5a2addd97a9c51276676c55a6 (diff) | |
download | ydb-9de503c0c8711297f391fd055eababe3de657353.tar.gz |
Mute some flaky tests (#1421)
-rw-r--r-- | .github/config/muted_ya.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index cea3044046..bd1f7c7c48 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -8,6 +8,7 @@ ydb/core/blobstorage/ut_blobstorage VDiskAssimilation.Test ydb/core/blobstorage/ut_blobstorage [6/10]* ydb/core/blobstorage/ut_blobstorage/ut_read_only_vdisk ReadOnlyVDisk.TestStorageLoad ydb/core/client/ut TClientTest.PromoteFollower +ydb/core/client/ut TClientTest.ReadFromFollower ydb/core/client/ut TFlatTest.AutoSplitMergeQueue ydb/core/cms/ut_sentinel TSentinelTests.BSControllerCantChangeStatus ydb/core/persqueue/ut [31/40]* @@ -55,6 +56,7 @@ ydb/services/fq/ut_integration Yq_1.* ydb/services/persqueue_v1/ut/describes_ut TTopicApiDescribes.DescribeTopic ydb/services/persqueue_v1/ut TPersQueueTest.DirectRead* ydb/services/persqueue_v1/ut TPersQueueTest.SetupLockSession +ydb/services/persqueue_v1/ut TPersQueueTest.TopicServiceCommitOffsetBadOffsets ydb/services/persqueue_v1/ut TPersQueueTest.UpdatePartitionLocation ydb/services/persqueue_v1/ut [3/10]* ydb/services/ydb/sdk_sessions_pool_ut YdbSdkSessionsPool.StressTestSync* |