diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-02-20 20:46:23 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-02-20 20:46:23 +0300 |
commit | 499096a55a681609a9b655059e2f56638bcf104e (patch) | |
tree | 52c5e0ccbacb5ad4e3471d07352eea5fc11ce0f7 | |
parent | 955050aea3148595fde027319fd427369856ebc9 (diff) | |
download | unit-499096a55a681609a9b655059e2f56638bcf104e.tar.gz unit-499096a55a681609a9b655059e2f56638bcf104e.tar.bz2 |
Tests: one more alert skipped in test_json_application_many.
-rw-r--r-- | test/test_configuration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_configuration.py b/test/test_configuration.py index 32c5a0b7..52a67d38 100644 --- a/test/test_configuration.py +++ b/test/test_configuration.py @@ -241,6 +241,7 @@ 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' ]) apps = 999 |