diff options
author | Ilnaz Nizametdinov <ilnaz@ydb.tech> | 2024-01-31 15:54:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 15:54:46 +0300 |
commit | 8b7d7f339acb4c5fdc695b1348a70939a145ce51 (patch) | |
tree | a132cebee65b552b2ac6c0e825f53825ca0f51b5 | |
parent | 18a05f77fa44e96cef74ffab2c9f29ad6a76e740 (diff) | |
download | ydb-8b7d7f339acb4c5fdc695b1348a70939a145ce51.tar.gz |
Mute some flaky tests (#1466)
-rw-r--r-- | .github/config/muted_ya.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 8324589a48..0ab48b1f22 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -16,6 +16,7 @@ ydb/core/cms/ut_sentinel TSentinelTests.BSControllerCantChangeStatus ydb/core/persqueue/ut [31/40]* ydb/core/persqueue/ut TopicSplitMerge.PartitionSplit ydb/core/persqueue/ut TPersQueueMirrorer.TestBasicRemote +ydb/core/persqueue/ut TPQTest.TestDirectReadHappyWay ydb/core/quoter/ut QuoterWithKesusTest.PrefetchCoefficient ydb/core/kafka_proxy/ut KafkaProtocol.CreatePartitionsScenario ydb/core/kafka_proxy/ut KafkaProtocol.ProduceScenario @@ -53,6 +54,7 @@ ydb/library/yql/providers/generic/connector/tests sole* ydb/library/yql/providers/generic/connector/tests test.py.* ydb/library/yql/sql/pg/ut PgSqlParsingAutoparam.AutoParamValues_DifferentTypes ydb/library/yql/tests/sql/dq_file/part* * +ydb/public/sdk/cpp/client/ydb_federated_topic/ut BasicUsage.SimpleHandlers ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut RetryPolicy.RetryWithBatching ydb/public/sdk/cpp/client/ydb_topic/ut BasicUsage.WriteRead ydb/services/datastreams/ut DataStreams.TestPutRecordsWithRead @@ -60,6 +62,7 @@ ydb/services/datastreams/ut DataStreams.TestReservedConsumersMetering ydb/services/datastreams/ut DataStreams.TestReservedStorageMetering ydb/services/fq/ut_integration Yq_1.* ydb/services/persqueue_v1/ut/describes_ut TTopicApiDescribes.DescribeTopic +ydb/services/persqueue_v1/ut TPersQueueTest.CheckACLForGrpcWrite ydb/services/persqueue_v1/ut TPersQueueTest.DirectRead* ydb/services/persqueue_v1/ut TPersQueueTest.SetupLockSession ydb/services/persqueue_v1/ut TPersQueueTest.TopicServiceCommitOffsetBadOffsets |