Change in vdsm[master]: tests: making as broken

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Sat Mar 21 19:58:47 UTC 2015


Piotr Kliczewski has uploaded a new change for review.

Change subject: tests: making as broken
......................................................................

tests: making as broken


Change-Id: Iffbb482124427502f266dc97306482ab23c6d1c6
Signed-off-by: pkliczewski <piotr.kliczewski at gmail.com>
---
M tests/scheduleTests.py
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/01/39001/1

diff --git a/tests/scheduleTests.py b/tests/scheduleTests.py
index 2774dda..4a5e52f 100644
--- a/tests/scheduleTests.py
+++ b/tests/scheduleTests.py
@@ -24,7 +24,7 @@
 from vdsm import schedule
 from vdsm import utils
 from testlib import VdsmTestCase
-from testValidation import slowtest
+from testValidation import slowtest, brokentest
 from testlib import permutations, expandPermutations
 
 
@@ -94,6 +94,7 @@
         task.wait(delay + self.GRACETIME)
         self.assertEquals(task.call_time, None)
 
+    @brokentest
     @permutations(PERMUTATIONS)
     def test_cancel_call_many(self, clock):
         self.create_scheduler(clock)
@@ -120,6 +121,7 @@
         task.wait(delay + self.GRACETIME)
         self.assertEquals(task.call_time, None)
 
+    @brokentest
     @permutations(PERMUTATIONS)
     def test_stop_scheduler_many(self, clock):
         self.create_scheduler(clock)


-- 
To view, visit https://gerrit.ovirt.org/39001
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iffbb482124427502f266dc97306482ab23c6d1c6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>


More information about the vdsm-patches mailing list