From 1583d659ab55bab88df0c69d29165e89a9612455 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Mon, 2 Apr 2018 18:37:45 +0300 Subject: Tests: change alert skip in test_listeners_empty after RPC fixes. --- test/test_configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_configuration.py') diff --git a/test/test_configuration.py b/test/test_configuration.py index 97ed1914..d3bedb1f 100644 --- a/test/test_configuration.py +++ b/test/test_configuration.py @@ -128,7 +128,7 @@ class TestUnitConfiguration(unit.TestUnitControl): def test_listeners_empty(self): self.skip_sanitizer = True self.skip_alerts.extend([ - r'nxt_lvlhsh_is_empty\(&port->rpc_streams\)', + r'failed to apply previous configuration', r'sendmsg.+failed', r'process \d+ exited on signal' ]) -- cgit