2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 13:13:34 +08:00

Revert "test/pipe_ipc: temporarily skip test"

This reverts commit 3a73673e71.
This commit is contained in:
Sebastien Bourdeauducq 2016-01-26 09:42:59 +01:00
parent 3a73673e71
commit 7a9864b260

View File

@ -6,8 +6,6 @@ import os
from artiq.protocols import pipe_ipc
@unittest.skip("temporarily skip b/c buildbot is failing "
"and i would like packages")
class IPCCase(unittest.TestCase):
def setUp(self):
if os.name == "nt":