We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c49738 commit 776d774Copy full SHA for 776d774
1 file changed
tests/selenium/test_selenium.py
@@ -26,6 +26,8 @@ def find_notebooks():
26
27
@pytest.mark.parametrize('filepath', find_notebooks())
28
def test_notebook(filepath, driver):
29
+ if 'WmsTimeDimension' in filepath:
30
+ pytest.xfail('WmsTimeDimension.ipynb external resource makes this test flaky')
31
for filepath_html in get_notebook_html(filepath):
32
driver.get_file(filepath_html)
33
try:
0 commit comments