diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2018-07-30 20:07:31 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2018-07-30 20:07:31 +0300 |
commit | b6ce2da65c9c5229d744b2d964623b2d0f731ee9 (patch) | |
tree | 573defca0fbb725ac71f34c437f0f2140d6ba8df /test | |
parent | 865437284291754bf64e589ab86a0686280f78e8 (diff) | |
download | unit-b6ce2da65c9c5229d744b2d964623b2d0f731ee9.tar.gz unit-b6ce2da65c9c5229d744b2d964623b2d0f731ee9.tar.bz2 |
Tests: expectedFailure removed from test_settings_idle_timeout.
Fix committed in f04b28aa6e02.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_settings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_settings.py b/test/test_settings.py index 9fb21fd7..4a8d1082 100644 --- a/test/test_settings.py +++ b/test/test_settings.py @@ -77,7 +77,6 @@ Content-Length: %d self.assertRegex(data, r'200 OK', 'status send timeout') self.assertLess(len(data), data_len, 'data send timeout') - @unittest.expectedFailure def test_settings_idle_timeout(self): self.load('empty') |