Piotr Kliczewski has posted comments on this change. Change subject: tests: marking temporarily as broken ......................................................................
Patch Set 1: (2 comments) https://gerrit.ovirt.org/#/c/56650/1/tests/stompTests.py File tests/stompTests.py: Line 67: Line 68: @expandPermutations Line 69: class StompTests(TestCaseBase): Line 70: Line 71: @brokentest > Please add a description why we disable this test Done Line 72: @permutations([ Line 73: # size, use_ssl Line 74: (1024, True), Line 75: (1024, False), Line 92: self.assertEquals(client.callMethod('echo', (data,), Line 93: str(uuid4())), Line 94: data) Line 95: Line 96: @brokentest > Please add a description why we disable this test Done Line 97: @permutations(_USE_SSL) Line 98: def test_event(self, use_ssl): Line 99: done = threading.Event() Line 100: -- To view, visit https://gerrit.ovirt.org/56650 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Id673e92e73ae93994e002ac47b83af7031faeec0 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
