mirror of https://github.com/m-labs/artiq.git
test/pipe_ipc: re-enable
This commit is contained in:
parent
79c0488ff1
commit
3d9fc7a51f
|
@ -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