tests: Mark test_mhtml_e2e as qtwebengine_todo
This commit is contained in:
parent
914ce85780
commit
44c74c0887
@ -27,6 +27,10 @@ import collections
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.qtwebengine_todo("mhtml downloads are not "
|
||||||
|
"implemented")
|
||||||
|
|
||||||
|
|
||||||
def collect_tests():
|
def collect_tests():
|
||||||
basedir = os.path.dirname(__file__)
|
basedir = os.path.dirname(__file__)
|
||||||
datadir = os.path.join(basedir, 'data', 'downloads', 'mhtml')
|
datadir = os.path.join(basedir, 'data', 'downloads', 'mhtml')
|
||||||
|
Loading…
Reference in New Issue
Block a user