From 90c5d3f5c0ad42ccdb764684f721b511131e0782 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Thu, 30 May 2019 16:46:04 +0300 Subject: Tests: adjusted skipping tests. --- test/test_php_application.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/test_php_application.py') 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') -- cgit