Skip to content

Commit e24f4f7

Browse files
committed
Disable combined CE+SD polyfill testing on browsers with native support, for test economy.
1 parent fac5f27 commit e24f4f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runner.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@
106106
}
107107
// Both sd and ce are supported, force both polyfills
108108
if (flags.length === 2) {
109+
// Note: Disabled to speed up testing, may be reenabled at a later date when the test timing is less of an issue.
109110
// ce + sd becomes a single test iteration.
110-
flags.push('wc-ce=true&wc-shadydom=true');
111+
// flags.push('wc-ce=true&wc-shadydom=true');
111112
}
112113

113114
// economize testing by testing css shimming

0 commit comments

Comments
 (0)