From f44eb4e021a3e1ef2da2c8ad8790c4ef3425cf2b Mon Sep 17 00:00:00 2001 From: Alexander Tokmakov Date: Wed, 23 Nov 2022 14:10:49 +0300 Subject: [PATCH] Update test.py --- tests/integration/test_hive_query/test.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_hive_query/test.py b/tests/integration/test_hive_query/test.py index a498320ed5b..791ae03f9f6 100644 --- a/tests/integration/test_hive_query/test.py +++ b/tests/integration/test_hive_query/test.py @@ -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 os import time -import pytest from helpers.cluster import ClickHouseCluster from helpers.test_tools import TSV