diff --git a/tests/memory_leak.py b/tests/memory_leak.py index c6e0771a7..7f32b6fcc 100644 --- a/tests/memory_leak.py +++ b/tests/memory_leak.py @@ -177,12 +177,12 @@ def query_and_queryable(query_cmd, queryable_cmd): if query_and_queryable('z_get_attachment -v Something', 'z_queryable_attachment -n 1') == 1: EXIT_STATUS = 1 # Test liveliness query - print("*** Get liveliness test ***") - if query_and_queryable('z_get_liveliness', 'z_liveliness') == 1: - EXIT_STATUS = 1 + # print("*** Get liveliness test ***") + # if query_and_queryable('z_get_liveliness', 'z_liveliness') == 1: + # EXIT_STATUS = 1 # Test liveliness subscriber - print("*** Liveliness subscriber test ***") - if query_and_queryable('z_sub_liveliness -h -n 1', 'z_liveliness') == 1: - EXIT_STATUS = 1 + # print("*** Liveliness subscriber test ***") + # if query_and_queryable('z_sub_liveliness -h -n 1', 'z_liveliness') == 1: + # EXIT_STATUS = 1 ## Exit sys.exit(EXIT_STATUS)