From: rniwa@webkit.org Date: Sat, 18 May 2013 04:50:06 +0000 (+0000) Subject: Don't run hg. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=0ea58654ae0a64a3a08a0eab6d9f29a9e76ada3e Don't run hg. * Scripts/webkitpy/w3c/test_importer_unittest.py: (TestImporterTest): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@150324 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 38099b3b1cb4..f927b80e161a 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,10 @@ +2013-05-17 Ryosuke Niwa + + Don't run hg. + + * Scripts/webkitpy/w3c/test_importer_unittest.py: + (TestImporterTest): + 2013-05-17 Dirk Pranke Create a script to import W3C tests diff --git a/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py b/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py index c2d71032d3fe..03fcb2cb857e 100644 --- a/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py +++ b/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py @@ -36,8 +36,10 @@ from webkitpy.common.system.outputcapture import OutputCapture 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 """