Unchange integration test

This commit is contained in:
Michael Kolupaev 2024-08-13 05:17:18 +00:00
parent 11d5531f82
commit 761a28502e

View File

@ -712,7 +712,6 @@ def create_some_tables(db):
"distributed_ddl_task_timeout": 0,
"allow_experimental_object_type": 1,
"allow_suspicious_codecs": 1,
"allow_materialized_view_with_bad_select": 1,
}
main_node.query(f"CREATE TABLE {db}.t1 (n int) ENGINE=Memory", settings=settings)
dummy_node.query(