mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update test.py
This commit is contained in:
parent
ad11b73218
commit
f44eb4e021
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user