--- a/parameterized/test.py
+++ b/parameterized/test.py
@@ -548,13 +548,3 @@
             self.foo,
             self.bar,
         ))
-
-
-class TestUnicodeDocstring(object):
-    @parameterized.expand([
-        'value1',
-        'vålüé¡'
-    ])
-    def test_with_docstring(self, param):
-        """ Это док-стринг, содержащий не-ascii символы """
-        pass
