Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Bergkemper <frank.bergkemper@bareos.com>2018-04-19 16:39:52 +0300
committerFrank Bergkemper <frank.bergkemper@bareos.com>2018-04-20 13:55:16 +0300
commit924dfd11f2dd594538958973aafff07bf4dfe28d (patch)
tree200f567a566af2b0cba9b54cf87989adb0fc3b37
parentab9156bfee0c2afd4b7c98d820f3fec20552bb74 (diff)
Selenium: disable test test_job_canceling
-rwxr-xr-xtests/selenium/webui-selenium-test.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/selenium/webui-selenium-test.py b/tests/selenium/webui-selenium-test.py
index 3c3b481..135d28a 100755
--- a/tests/selenium/webui-selenium-test.py
+++ b/tests/selenium/webui-selenium-test.py
@@ -158,12 +158,12 @@ class WebuiSeleniumTest(unittest.TestCase):
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()