Skip joblib pickling on chrome

This commit is contained in:
Roman Yurchak 2018-10-19 21:16:18 +02:00
parent 53cd70c35c
commit 902e7463ae
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
def test_joblib_numpy_pickle(selenium):
import pytest
def test_joblib_numpy_pickle(selenium, request):
if selenium.browser == 'chrome':
request.applymarker(pytest.mark.xfail(
run=False, reason='chrome not supported'))
selenium.load_package(['numpy', 'joblib'])
selenium.run("""
import joblib