Update test_ttl_move_memory_usage.py

This commit is contained in:
Nikolai Kochetov 2023-01-12 18:45:19 +01:00 committed by GitHub
parent 1911c25a7b
commit e21fe952c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,6 @@ 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.")