diff options
author | Ilnaz Nizametdinov <ilnaz@ydb.tech> | 2024-01-30 14:37:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 14:37:13 +0300 |
commit | a59b48a67908e59765b9e2145ae2cf279fbab64b (patch) | |
tree | f62eb613054fae46894b126f91972385afd117bc | |
parent | 479ab979a0980b72bcfcc6104f2297ca6fe2b795 (diff) | |
download | ydb-a59b48a67908e59765b9e2145ae2cf279fbab64b.tar.gz |
Mute some flaky tests (#1407)
-rw-r--r-- | .github/config/muted_ya.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 0504e97779..1ed7ee0d30 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -45,13 +45,14 @@ ydb/library/actors/http/ut HttpProxy.TooLongHeader ydb/library/actors/http/ut sole* ydb/library/yql/providers/generic/connector/tests sole* ydb/library/yql/sql/pg/ut PgSqlParsingAutoparam.AutoParamValues_DifferentTypes -ydb/library/yql/tests/sql/dq_file/part6 test.py.test[bigdate-input_date32-default.txt-Results] -ydb/library/yql/tests/sql/dq_file/part16 * -ydb/library/yql/tests/sql/dq_file/part18 test.py.test[expr-cast_type_bind-default.txt-Analyze] +ydb/library/yql/tests/sql/dq_file/part* +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 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.DirectRead* ydb/services/persqueue_v1/ut TPersQueueTest.SetupLockSession ydb/services/persqueue_v1/ut TPersQueueTest.UpdatePartitionLocation |