summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-17 18:29:27 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-17 18:29:27 +0100
commitb73f93fb1fab53ba9f699c76c14103bcc9aa7434 (patch)
treebcb487a1b6c33d8c27cccc46c8c342bbbddfa594 /tests
parenta5791ab125d167f1cd23ad7cb3cfd4fc9dbd852f (diff)
downloadqutebrowser-b73f93fb1fab53ba9f699c76c14103bcc9aa7434.tar.gz
qutebrowser-b73f93fb1fab53ba9f699c76c14103bcc9aa7434.zip
rfc6266: Add comment
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/browser/webkit/http/test_content_disposition.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/browser/webkit/http/test_content_disposition.py b/tests/unit/browser/webkit/http/test_content_disposition.py
index 4957c960a..5c5551012 100644
--- a/tests/unit/browser/webkit/http/test_content_disposition.py
+++ b/tests/unit/browser/webkit/http/test_content_disposition.py
@@ -869,6 +869,8 @@ class TestEncodingFallback:
both in traditional and RFC 2231/5987 extended format.
"""
+ # See https://bugs.python.org/issue42947
+
@_STDLIB_XFAIL # FIXME this one could actually be a problem in the wild
def test_attfnboth(self, header_checker):
"""'attachment', specifying a filename in both formats.