summaryrefslogtreecommitdiffhomepage
path: root/test/test_settings.py
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2019-05-30 16:46:04 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2019-05-30 16:46:04 +0300
commit90c5d3f5c0ad42ccdb764684f721b511131e0782 (patch)
tree5ea5423e5084feee9d8d965be5e2e7bcb4a8d121 /test/test_settings.py
parent7ad4a7670470872d78d2f552efa346a66ed4845e (diff)
downloadunit-90c5d3f5c0ad42ccdb764684f721b511131e0782.tar.gz
unit-90c5d3f5c0ad42ccdb764684f721b511131e0782.tar.bz2
Tests: adjusted skipping tests.
Diffstat (limited to 'test/test_settings.py')
-rw-r--r--test/test_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_settings.py b/test/test_settings.py
index 47c891c9..98063440 100644
--- a/test/test_settings.py
+++ b/test/test_settings.py
@@ -215,7 +215,7 @@ Connection: close
self.post(body='012345')['status'], 413, 'status size max'
)
- @unittest.expectedFailure
+ @unittest.skip('not yet')
def test_settings_negative_value(self):
self.assertIn(
'error',