Skip to content

Commit

Permalink
Disable combined CE+SD polyfill testing on browsers with native suppo…
Browse files Browse the repository at this point in the history
…rt, for test economy.
  • Loading branch information
kevinpschaaf committed Jul 13, 2018
1 parent fac5f27 commit e24f4f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/runner.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e24f4f7

Please sign in to comment.