* Scripts/webkitpy/w3c/test_importer_unittest.py:
(TestImporterTest):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@150324
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
+
+ Don't run hg.
+
+ * Scripts/webkitpy/w3c/test_importer_unittest.py:
+ (TestImporterTest):
+
2013-05-17 Dirk Pranke <dpranke@chromium.org>
Create a script to import W3C tests
from webkitpy.w3c.test_importer import TestImporter
+@unittest.skip
class TestImporterTest(unittest.TestCase):
+ # FIXME: This test tries to run hg.
def test_import_dir_with_no_tests(self):
""" Tests do_import() with a directory that contains no tests """