Skip to content

Commit 10dbffb

Browse files
committed
skip test for sanitizer
1 parent d7be5f5 commit 10dbffb

File tree

1 file changed

+2
-0
lines changed
  • tests/integration/test_keeper_memory_soft_limit

1 file changed

+2
-0
lines changed

tests/integration/test_keeper_memory_soft_limit/test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def started_cluster():
4343

4444

4545
def test_soft_limit_create(started_cluster):
46+
if node.is_built_with_sanitizer():
47+
pytest.skip("Disabled for sanitizers")
4648
started_cluster.wait_zookeeper_to_start()
4749
node_zk = get_connection_zk("zoo1")
4850
try:

0 commit comments

Comments
 (0)