diff options
author | Ilnaz Nizametdinov <ilnaz@ydb.tech> | 2024-01-31 13:18:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 13:18:12 +0300 |
commit | cf6042901fdb1a3921b8b5bc7760e03ea8661113 (patch) | |
tree | 5b9a56eda41601d55726da79d9d5af5aa5f7b53f | |
parent | 83b85707cc105c98da54f38ea6a67d99ce1c5b1d (diff) | |
download | ydb-cf6042901fdb1a3921b8b5bc7760e03ea8661113.tar.gz |
Mute some flaky tests (#1456)
-rw-r--r-- | .github/config/muted_ya.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 45910da6ab..8324589a48 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -1,12 +1,14 @@ ydb/core/blobstorage/dsproxy/ut TBlobStorageProxySequenceTest.TestBlock42PutWithChangingSlowDisk ydb/core/blobstorage/dsproxy/ut_fat TBlobStorageProxyTest.TestBatchedPutRequestDoesNotContainAHugeBlob ydb/core/blobstorage/pdisk/ut TSectorMap.* +ydb/core/blobstorage/ut_blobstorage/ut_read_only_vdisk ReadOnlyVDisk.TestStorageLoad ydb/core/blobstorage/ut_blobstorage CostMetricsGetBlock4Plus2.TestGet4Plus2BlockRequests10000Inflight1BlobSize1000 ydb/core/blobstorage/ut_blobstorage Defragmentation.DoesItWork ydb/core/blobstorage/ut_blobstorage SpaceCheckForDiskReassign.* +ydb/core/blobstorage/ut_blobstorage ScrubFast.SingleBlob 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/blobstorage/ut_blobstorage [9/10]* ydb/core/client/ut TClientTest.PromoteFollower ydb/core/client/ut TClientTest.ReadFromFollower ydb/core/client/ut TFlatTest.AutoSplitMergeQueue @@ -22,12 +24,14 @@ 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/query KqpQuery.QueryTimeout ydb/core/kqp/ut/scan KqpRequestContext.TraceIdInErrorMessage ydb/core/kqp/ut/scheme KqpOlapScheme.TenThousandColumns ydb/core/kqp/ut/scheme KqpScheme.QueryWithAlter ydb/core/kqp/ut/scheme [44/50]* ydb/core/kqp/ut/service KqpQueryService.ExecuteQueryPgTableSelect ydb/core/kqp/ut/service KqpQueryService.QueryOnClosedSession +ydb/core/kqp/ut/service KqpQueryServiceScripts.ForgetScriptExecutionRace ydb/core/kqp/ut/service KqpService.CloseSessionsWithLoad ydb/core/kqp/ut/service [38/50]* ydb/core/tx/columnshard/ut_schema TColumnShardTestSchema.ForgetAfterFail @@ -42,6 +46,7 @@ ydb/core/tx/tx_proxy/ut_ext_tenant TExtSubDomainTest.CreateTableInsideAndAlterDo ydb/core/tx/tx_proxy/ut_storage_tenant TStorageTenantTest.RemoveStoragePoolBeforeDroppingTablet ydb/core/util/ut TCircularOperationQueueTest.ShouldShuffle ydb/core/viewer/ut Viewer.TabletMerging +ydb/core/viewer/ut Viewer.TabletMergingPacked ydb/library/actors/http/ut HttpProxy.TooLongHeader ydb/library/actors/http/ut sole* ydb/library/yql/providers/generic/connector/tests sole* |