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
3505ccc2fc
commit
35a9a203f1
@ -491,7 +491,8 @@ def test_rename_distributed(started_cluster):
|
||||
select(node1, table_name, "foo2", '1998\n', poll=30)
|
||||
finally:
|
||||
drop_distributed_table(node1, table_name)
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="temporary disabled")
|
||||
def test_rename_distributed_parallel_insert_and_select(started_cluster):
|
||||
table_name = 'test_rename_distributed_parallel_insert_and_select'
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user