From 3d9fc7a51f188e5ae192d4f1a84af178f1a2d3e5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 27 Jan 2016 19:20:04 +0100 Subject: [PATCH] test/pipe_ipc: re-enable --- 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 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":