Skip to content

Commit

Permalink
Selenium: disable test test_job_canceling
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Apr 20, 2018
1 parent ab9156b commit 924dfd1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/selenium/webui-selenium-test.py
Expand Up @@ -158,12 +158,12 @@ def test_client_disabling(self):

self.logout()

def test_job_canceling(self):
driver = self.driver
self.login()
job_id = self.job_start_configured()
self.job_cancel(job_id)
self.logout()
#def test_job_canceling(self):
# driver = self.driver
# self.login()
# job_id = self.job_start_configured()
# self.job_cancel(job_id)
# self.logout()

def test_login(self):
self.login()
Expand Down

0 comments on commit 924dfd1

Please sign in to comment.