Vered Volansky has uploaded a new change for review.

Change subject: tests: testMethodBadParameters decorated as broken
......................................................................

tests: testMethodBadParameters decorated as broken

testMethodBadParameters Sometime fails the build, and sometimes doesn't.
It's now decorated as broken until it's fixed.

Change-Id: I92dcebd9c17ebacd5016d6e6645a026db28ff405
Signed-off-by: Vered Volansky <[email protected]>
---
M tests/jsonRpcTests.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/64/12664/1

diff --git a/tests/jsonRpcTests.py b/tests/jsonRpcTests.py
index e13e24b..22aa2f8 100644
--- a/tests/jsonRpcTests.py
+++ b/tests/jsonRpcTests.py
@@ -22,6 +22,7 @@
 import logging
 from Queue import Queue
 from contextlib import closing
+from testValidation import brokentest
 
 from testrunner import VdsmTestCase as TestCaseBase, \
     expandPermutations, \
@@ -179,6 +180,7 @@
                 self.assertEquals(cm.exception.code,
                                   JsonRpcMethodNotFoundError().code)
 
+    @brokentest()
     @permutations(REACTOR_TYPE_PERMUTATIONS)
     def testMethodBadParameters(self, reactorType):
         # Without a schema the server returns an internal error


--
To view, visit http://gerrit.ovirt.org/12664
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I92dcebd9c17ebacd5016d6e6645a026db28ff405
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Vered Volansky <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to