diff --git a/artiq/test/pipe_ipc.py b/artiq/test/pipe_ipc.py index 971b2ecaa..b066d4276 100644 --- a/artiq/test/pipe_ipc.py +++ b/artiq/test/pipe_ipc.py @@ -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":