File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
packages/@lwc/integration-not-karma/configs Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ export default {
4444 '!test/rendering/iframe/index.spec.js' ,
4545 '!test/rendering/inner-outer-html/index.spec.js' ,
4646 '!test/rendering/legacy-stylesheet-api/index.spec.js' ,
47+ // Flaky: passes when run alone, but hits timeouts when run with others
48+ '!test/rendering/programmatic-stylesheets/index.spec.js' ,
4749 '!test/rendering/sanitize-stylesheet-token/index.spec.js' ,
4850 '!test/rendering/side-effects/index.spec.js' ,
4951 '!test/rendering/slotting/index.spec.js' ,
@@ -60,6 +62,8 @@ export default {
6062 '!test/synthetic-shadow/dom-manual-sharing-nodes/index.spec.js' ,
6163 '!test/synthetic-shadow/element-api/element-api.spec.js' ,
6264 '!test/synthetic-shadow/host-pseudo/index.spec.js' ,
65+ // Flaky: sometimes passes, sometimes times out
66+ '!test/synthetic-shadow/style-svg/index.spec.js' ,
6367 '!test/template/directive-for-each/index.spec.js' ,
6468 '!test/template/directive-lwc-render-mode/index.spec.js' ,
6569 ] ,
You can’t perform that action at this time.
0 commit comments