Merge pull request #43542 from ClickHouse/tavplubix-patch-7

Temporarily disable `test_hive_query`
This commit is contained in:
Alexander Tokmakov 2022-11-23 14:12:03 +03:00 committed by GitHub
commit a58e10298c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,14 @@
import pytest
# FIXME This test is too flaky
# https://github.com/ClickHouse/ClickHouse/issues/43541
pytestmark = pytest.mark.skip
import logging import logging
import os import os
import time import time
import pytest
from helpers.cluster import ClickHouseCluster from helpers.cluster import ClickHouseCluster
from helpers.test_tools import TSV from helpers.test_tools import TSV