Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 238a8b3

Browse files
author
Marc Sommerhalder
committed
Skip test with race condition for now
1 parent dd72e75 commit 238a8b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onegov/org/tests/test_browser.py

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def test_upload_image_with_error(browser, org_app):
146146
assert not browser.is_element_present_by_css('.field-display img')
147147

148148

149+
@pytest.mark.skip(reason="Seems to have some sort of race condition")
149150
def test_browse_directory_editor(browser, org_app):
150151
browser.login_admin()
151152
browser.visit('/directories/+new')

0 commit comments

Comments
 (0)