mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Merge pull request #45161 from ClickHouse/tavplubix-patch-1
Disable `test_storage_rabbitmq`
This commit is contained in:
commit
88556603f5
@ -1,3 +1,10 @@
|
||||
import pytest
|
||||
|
||||
# FIXME This test is too flaky
|
||||
# https://github.com/ClickHouse/ClickHouse/issues/45160
|
||||
|
||||
pytestmark = pytest.mark.skip
|
||||
|
||||
import json
|
||||
import os.path as p
|
||||
import random
|
||||
@ -9,7 +16,6 @@ from random import randrange
|
||||
import math
|
||||
|
||||
import pika
|
||||
import pytest
|
||||
from google.protobuf.internal.encoder import _VarintBytes
|
||||
from helpers.client import QueryRuntimeException
|
||||
from helpers.cluster import ClickHouseCluster, check_rabbitmq_is_available
|
||||
|
Loading…
Reference in New Issue
Block a user