diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-08-17 00:30:36 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-08-17 02:13:00 +0300 |
commit | 0e516851f1d42192fe0c74f249c1c5c33d44370e (patch) | |
tree | 3c7a7d2ed8b25c1cd87f03f5648f90176352a679 /.github | |
parent | 637bff8fefea63441e0eeaaed8cd727143e73bdb (diff) | |
download | ydb-0e516851f1d42192fe0c74f249c1c5c33d44370e.tar.gz |
ci: mute tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/config/muted_functest.txt | 3 | ||||
-rw-r--r-- | .github/config/muted_test.txt | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/config/muted_functest.txt b/.github/config/muted_functest.txt index 62e448561c..75760e5932 100644 --- a/.github/config/muted_functest.txt +++ b/.github/config/muted_functest.txt @@ -6,7 +6,8 @@ ydb/tests/functional/sqs/common/test_queue_attributes_validation.py::TestQueueAt ydb/tests/functional/sqs/common/test_queues_managing.py::TestQueuesManagingWithPath::* ydb/tests/functional/sqs/common/test_queues_managing.py::TestQueuesManagingWithTenant::* ydb/tests/functional/sqs/messaging/test_fifo_messaging.py::TestSqsFifoMessagingWithTenant::* -ydb/tests/functional/sqs/multinode/test_multinode_cluster.py::TestSqsMultinodeCluster::* +ydb/tests/functional/sqs/messaging/test_fifo_messaging.py::TestSqsFifoMessagingWithPath::* +ydb/tests/functional/sqs/multinode/test_leader_start_inflight.py::TestSqsMultinodeCluster::* ydb/tests/functional/sqs/with_quotas/test_quoting.py::TestSqsQuotingWithKesus::* ydb/tests/functional/suite_tests/test_stream_query.py::TestStreamQuery::test_sql_suite[results-window.test] ydb/tests/functional/tenants/test_dynamic_tenants.py::* diff --git a/.github/config/muted_test.txt b/.github/config/muted_test.txt index df05c5083a..cb8287aa24 100644 --- a/.github/config/muted_test.txt +++ b/.github/config/muted_test.txt @@ -18,6 +18,7 @@ ydb-core-kqp-ut-arrow/KqpScanArrowFormat::AllTypesColumnsCellvec ydb-core-kqp-ut-arrow/KqpScanArrowInChanels::AllTypesColumns ydb-core-kqp-ut-federated_query/KqpFederatedQuery::* ydb-core-kqp-ut-spilling/KqpScanSpilling::SelfJoin +ydb-core-tx-schemeshard-ut_external_data_source/TExternalDataSourceTest::SchemeErrors ydb-core-tx-schemeshard-ut_reboots/IntermediateDirsReboots::CreateKesusWithIntermediateDirs ydb-core-tx-schemeshard-ut_replication_reboots/TReplicationWithRebootsTests::CreateDropRecreate ydb-library-yql-minikql-ut/TMiniKQLAllocTest::TestDeallocated |