From 7a9864b260bfa72ada732c56e516f80f7668094e Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 26 Jan 2016 09:42:59 +0100 Subject: [PATCH] Revert "test/pipe_ipc: temporarily skip test" This reverts commit 3a73673e71830d75ba770d71a95d5149b1a4c71c. --- artiq/test/pipe_ipc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/artiq/test/pipe_ipc.py b/artiq/test/pipe_ipc.py index c431e82cc..9614a7431 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":