Commit 902e7463 authored by Roman Yurchak's avatar Roman Yurchak

Skip joblib pickling on chrome

parent 53cd70c3
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.load_package(['numpy', 'joblib'])
selenium.run(""" selenium.run("""
import joblib import joblib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment