mirror of https://github.com/m-labs/artiq.git
Revert "Revert "test/pipe_ipc: temporarily skip test""
This reverts commit 7a9864b260
.
This commit is contained in:
parent
9f9a23b89b
commit
83fd160614
|
@ -6,6 +6,8 @@ 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":
|
||||
|
|
Loading…
Reference in New Issue