Move the test_process_dags_queries_count test to quarantine (#11455)

The test (test_process_dags_queries_count)
randomly produces bigger number of counts. Example here:

https://github.com/apache/airflow/runs/1239572585#step:6:421
This commit is contained in:
Jarek Potiuk 2020-10-12 11:48:54 +02:00 коммит произвёл GitHub
Родитель 02ce45cafe
Коммит 358e61d7d2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -3639,6 +3639,7 @@ class TestSchedulerJobQueriesCount(unittest.TestCase):
# pylint: enable=bad-whitespace
]
)
@pytest.mark.quarantined
def test_process_dags_queries_count(
self, expected_query_counts, dag_count, task_count, start_ago, schedule_interval, shape
):