tests: remove expectedFailure from test_051_qrexec_simple_eof_reverse

This is already fixed in R3 qrexec code.
This commit is contained in:
Marek Marczykowski-Górecki 2015-02-19 04:02:43 +01:00
parent f7a47e6c66
commit c37390e33f

View File

@ -120,7 +120,6 @@ class TC_00_AppVM(qubes.tests.SystemTestsMixin, qubes.tests.QubesTestCase):
self.fail("Some data was printed to stderr")
@unittest.expectedFailure
def test_051_qrexec_simple_eof_reverse(self):
"""Test for EOF transmission VM->dom0"""
result = multiprocessing.Value('i', 0)