Restore expectedFailure around test
diff --git a/tests/testhelpers.py b/tests/testhelpers.py
index d205956..8f8b6d7 100644
--- a/tests/testhelpers.py
+++ b/tests/testhelpers.py
@@ -360,6 +360,7 @@
         self.assertEqual(mock(), 'foo')
 
 
+    @unittest2.expectedFailure
     def test_create_autospec_unbound_methods(self):
         # see issue 128
         class Foo(object):