Bug 1305795 - Stop extracting web-platform directory; r?ted
This mozharness script is only extracting the common.tests.zip file
now. It doesn't have a web-platform directory. So remove this entry.
MozReview-Commit-ID: 8z7wN9J78mq
--- a/testing/mozharness/scripts/web_platform_tests.py
+++ b/testing/mozharness/scripts/web_platform_tests.py
@@ -183,17 +183,16 @@ class WebPlatformTest(TestingMixin, Merc
def download_and_extract(self):
super(WebPlatformTest, self).download_and_extract(
extract_dirs=["bin/*",
"config/*",
"mozbase/*",
"marionette/*",
"tools/wptserve/*",
- "web-platform/*",
"mozinfo.json"],
suite_categories=["web-platform"])
def run_tests(self):
dirs = self.query_abs_dirs()
cmd = self._query_cmd()
parser = StructuredOutputParser(config=self.config,