forked from M-Labs/artiq
Revert "test/pipe_ipc: temporarily skip test"
This reverts commit 3a73673e71
.
This commit is contained in:
parent
3a73673e71
commit
7a9864b260
|
@ -6,8 +6,6 @@ import os
|
||||||
from artiq.protocols import pipe_ipc
|
from artiq.protocols import pipe_ipc
|
||||||
|
|
||||||
|
|
||||||
@unittest.skip("temporarily skip b/c buildbot is failing "
|
|
||||||
"and i would like packages")
|
|
||||||
class IPCCase(unittest.TestCase):
|
class IPCCase(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
|
|
Loading…
Reference in New Issue