Skip to content

Commit 776d774

Browse files
authored
Skip flaky WmsTimeDimension.ipynb test (#1355)
1 parent 9c49738 commit 776d774

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/selenium/test_selenium.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def find_notebooks():
2626

2727
@pytest.mark.parametrize('filepath', find_notebooks())
2828
def test_notebook(filepath, driver):
29+
if 'WmsTimeDimension' in filepath:
30+
pytest.xfail('WmsTimeDimension.ipynb external resource makes this test flaky')
2931
for filepath_html in get_notebook_html(filepath):
3032
driver.get_file(filepath_html)
3133
try:

0 commit comments

Comments
 (0)