diff --git a/IPython/lib/tests/test_imports.py b/IPython/lib/tests/test_imports.py
index 912dfa5..7b2eb29 100644
--- a/IPython/lib/tests/test_imports.py
+++ b/IPython/lib/tests/test_imports.py
@@ -1,4 +1,5 @@
 # encoding: utf-8
+from IPython.testing import decorators as dec
 
 def test_import_backgroundjobs():
     from IPython.lib import backgroundjobs
@@ -9,5 +10,6 @@ def test_import_deepreload():
 def test_import_demo():
     from IPython.lib import demo
 
+@dec.skip_win32
 def test_import_irunner():
     from IPython.lib import irunner