We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7be5f5 commit 10dbffbCopy full SHA for 10dbffb
tests/integration/test_keeper_memory_soft_limit/test.py
@@ -43,6 +43,8 @@ def started_cluster():
43
44
45
def test_soft_limit_create(started_cluster):
46
+ if node.is_built_with_sanitizer():
47
+ pytest.skip("Disabled for sanitizers")
48
started_cluster.wait_zookeeper_to_start()
49
node_zk = get_connection_zk("zoo1")
50
try:
0 commit comments