Update test.py

This commit is contained in:
alexey-milovidov 2021-10-01 05:04:12 +03:00 committed by GitHub
parent 32c0b22a6a
commit 7a3f85cda1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ node = cluster.add_instance('node', stay_alive=True, main_configs=[])
# Something like https://reviews.llvm.org/D33325
def skip_test_msan(instance):
if instance.is_built_with_memory_sanitizer():
pytest.skip("Memory Sanitizer cannot work with third-party shared libraries")
pytest.skip("Memory Sanitizer cannot work with vfork")
def copy_file_to_container(local_path, dist_path, container_id):