diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-03-01 18:58:16 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-03-01 18:58:16 +0300 |
commit | ea844a4444c2daa6d4f756663a96b13ee45a5aeb (patch) | |
tree | 56459cbae0be85aa048fa3014845ad63204457a4 /test/test_configuration.py | |
parent | ae36276cfc9ce2ecfb09be4d4c16e0b1b81901ee (diff) | |
download | unit-ea844a4444c2daa6d4f756663a96b13ee45a5aeb.tar.gz unit-ea844a4444c2daa6d4f756663a96b13ee45a5aeb.tar.bz2 |
Tests: skip more alerts.
Diffstat (limited to 'test/test_configuration.py')
-rw-r--r-- | test/test_configuration.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_configuration.py b/test/test_configuration.py index 52a67d38..67a8946e 100644 --- a/test/test_configuration.py +++ b/test/test_configuration.py @@ -241,8 +241,8 @@ class TestUnitConfiguration(unit.TestUnitControl): def test_json_application_many(self): self.skip_alerts.extend([ r'eventfd.+failed', - r'epoll_create.+failed', - r'failed to apply new conf' + r'epoll.+failed', + r'failed to apply' ]) apps = 999 |