From e24f4f7ece585ceb3f233f3d771c1d273be0a0ac Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 13 Jul 2018 14:53:47 -0700 Subject: [PATCH] Disable combined CE+SD polyfill testing on browsers with native support, for test economy. --- test/runner.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/runner.html b/test/runner.html index 633fed9080..2752e1afb1 100644 --- a/test/runner.html +++ b/test/runner.html @@ -106,8 +106,9 @@ } // Both sd and ce are supported, force both polyfills if (flags.length === 2) { + // Note: Disabled to speed up testing, may be reenabled at a later date when the test timing is less of an issue. // ce + sd becomes a single test iteration. - flags.push('wc-ce=true&wc-shadydom=true'); + // flags.push('wc-ce=true&wc-shadydom=true'); } // economize testing by testing css shimming