diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-05-30 16:46:04 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-05-30 16:46:04 +0300 |
commit | 90c5d3f5c0ad42ccdb764684f721b511131e0782 (patch) | |
tree | 5ea5423e5084feee9d8d965be5e2e7bcb4a8d121 /test/test_php_application.py | |
parent | 7ad4a7670470872d78d2f552efa346a66ed4845e (diff) | |
download | unit-90c5d3f5c0ad42ccdb764684f721b511131e0782.tar.gz unit-90c5d3f5c0ad42ccdb764684f721b511131e0782.tar.bz2 |
Tests: adjusted skipping tests.
Diffstat (limited to '')
-rw-r--r-- | test/test_php_application.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_php_application.py b/test/test_php_application.py index 08c50075..8032e96e 100644 --- a/test/test_php_application.py +++ b/test/test_php_application.py @@ -84,7 +84,6 @@ class TestPHPApplication(TestApplicationPHP): resp['headers']['Query-String'], '', 'query string empty' ) - @unittest.expectedFailure def test_php_application_query_string_absent(self): self.load('query_string') @@ -207,7 +206,7 @@ class TestPHPApplication(TestApplicationPHP): self.get()['headers']['X-Precision'], '4', 'ini value' ) - @unittest.expectedFailure + @unittest.skip('not yet') def test_php_application_ini_admin_user(self): self.load('ini_precision') |