diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-02-20 20:28:29 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-02-20 20:28:29 +0300 |
commit | 955050aea3148595fde027319fd427369856ebc9 (patch) | |
tree | a5d736ae16fa11f95f27f3137427ce67ff6a01a8 /test/test_ruby_application.py | |
parent | 09fb847cc731d133b2016ff6982ab95aa43794ca (diff) | |
download | unit-955050aea3148595fde027319fd427369856ebc9.tar.gz unit-955050aea3148595fde027319fd427369856ebc9.tar.bz2 |
Tests: skip sendmsg()/recvmsg() alerts for all tests.
Currently, these alerts may appear in the log when any application exits.
Diffstat (limited to '')
-rw-r--r-- | test/test_ruby_application.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_ruby_application.py b/test/test_ruby_application.py index b88e043d..9eed3e4a 100644 --- a/test/test_ruby_application.py +++ b/test/test_ruby_application.py @@ -208,7 +208,6 @@ class TestUnitRubyApplication(unit.TestUnitApplicationRuby): 'errors write int') def test_ruby_application_at_exit(self): - self.skip_alerts.append(r'sendmsg.+failed') self.load('at_exit') self.get() |