diff --git a/build/gen_test_packages_manifest.py b/build/gen_test_packages_manifest.py index 1e2a7c3bba2b..00ff7f25f0a4 100644 --- a/build/gen_test_packages_manifest.py +++ b/build/gen_test_packages_manifest.py @@ -16,7 +16,6 @@ 'cppunittest', 'jittest', 'mozbase', - 'web-platform', 'talos', 'gtest', ] @@ -26,7 +25,6 @@ 'mochitest', 'reftest', 'xpcshell', - 'web-platform', 'talos', ] diff --git a/python/mozbuild/mozbuild/action/test_archive.py b/python/mozbuild/mozbuild/action/test_archive.py index dce6248ec5a5..01b43b69b079 100644 --- a/python/mozbuild/mozbuild/action/test_archive.py +++ b/python/mozbuild/mozbuild/action/test_archive.py @@ -364,34 +364,6 @@ 'pattern': 'talos/**', }, ], - 'web-platform': [ - { - 'source': buildconfig.topsrcdir, - 'base': 'testing', - 'pattern': 'web-platform/meta/**', - }, - { - 'source': buildconfig.topsrcdir, - 'base': 'testing', - 'pattern': 'web-platform/mozilla/**', - }, - { - 'source': buildconfig.topsrcdir, - 'base': 'testing', - 'pattern': 'web-platform/tests/**', - }, - { - 'source': buildconfig.topobjdir, - 'base': '_tests', - 'pattern': 'web-platform/**', - }, - { - 'source': buildconfig.topobjdir, - 'base': '', - 'pattern': 'mozinfo.json', - 'dest': 'web-platform', - }, - ], 'xpcshell': [ { 'source': buildconfig.topobjdir, diff --git a/testing/testsuite-targets.mk b/testing/testsuite-targets.mk index e3b1a5d22628..7f944524c4bc 100644 --- a/testing/testsuite-targets.mk +++ b/testing/testsuite-targets.mk @@ -198,7 +198,6 @@ TEST_PKGS := \ mochitest \ reftest \ talos \ - web-platform \ xpcshell \ $(NULL)