diff options
Diffstat (limited to 'test/test_access_log.py')
-rw-r--r-- | test/test_access_log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_access_log.py b/test/test_access_log.py index e2358ce2..49497ad2 100644 --- a/test/test_access_log.py +++ b/test/test_access_log.py @@ -228,7 +228,7 @@ Connection: close 'partial 4', ) - @unittest.expectedFailure + @unittest.skip('not yet') def test_access_log_partial_5(self): self.load('empty') |