Skip to content

Commit

Permalink
switch off selenium test in CI for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Aug 30, 2022
1 parent e6f5a00 commit 98339b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_with_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ async def testClickDemo(self):
'''
# do not run automatically in CI yet
# need to fix
#if Basetest.inPublicCI():
# return
if Basetest.inPublicCI():
return
await asyncio.sleep(self.sleepTime)
url=self.getUrl("/")
self.browser.get(url)
Expand Down

0 comments on commit 98339b7

Please sign in to comment.