tests: Mark test_mhtml_e2e as qtwebengine_todo

This commit is contained in:
Florian Bruhin 2016-08-18 23:32:26 +02:00
parent 914ce85780
commit 44c74c0887

View File

@ -27,6 +27,10 @@ import collections
import pytest
pytestmark = pytest.mark.qtwebengine_todo("mhtml downloads are not "
"implemented")
def collect_tests():
basedir = os.path.dirname(__file__)
datadir = os.path.join(basedir, 'data', 'downloads', 'mhtml')