Update test.py

This commit is contained in:
Alexander Tokmakov 2022-11-23 14:10:49 +03:00 committed by GitHub
parent ad11b73218
commit f44eb4e021
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 os
import time
import pytest
from helpers.cluster import ClickHouseCluster
from helpers.test_tools import TSV