Merge pull request #45162 from ClickHouse/disable-test_move_and_s3_memory_usage

Disable test_ttl_move_memory_usage as too flaky.
This commit is contained in:
Nikolai Kochetov 2023-01-11 20:30:28 +01:00 committed by GitHub
commit 653d18cb8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,9 @@ def started_single_node_cluster():
def test_move_and_s3_memory_usage(started_single_node_cluster):
pytest.skip("Test is too flaky. Disable it for now.")
if small_node.is_built_with_sanitizer() or small_node.is_debug_build():
pytest.skip("Disabled for debug and sanitizers. Too slow.")