mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge pull request #43542 from ClickHouse/tavplubix-patch-7
Temporarily disable `test_hive_query`
This commit is contained in:
commit
a58e10298c
@ -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