From 57367d9eb4c203501b3808ae11f658d3d3e0257b Mon Sep 17 00:00:00 2001 From: James Graham Date: Thu, 11 May 2017 19:07:05 +0100 Subject: [PATCH] Bug 1363982 - Fix missing directories in moz.build, a=bustage on a CLOSED TREE MozReview-Commit-ID: 1aGV5hth8sT --- testing/web-platform/moz.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index 889fc45630dd..673584727d8c 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -150,9 +150,6 @@ with Files("tests/selection/**"): with Files("tests/selectors/**"): BUG_COMPONENT = ("Core", "DOM") -with Files("tests/selectors-api/**"): - BUG_COMPONENT = ("Core", "DOM") - with Files("tests/service-workers/**"): BUG_COMPONENT = ("Core", "DOM: Service Workers")