File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/@lwc/integration-not-karma/configs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ export default {
88 // FIXME: These tests are just symlinks to integration-karma for now so the git diff smaller
99 'test/**/*.spec.js' ,
1010 '!test/events/focus-event-related-target/index.spec.js' ,
11- '!test/light-dom/host-pseudo/index.spec.js' ,
1211 '!test/light-dom/multiple-templates/index.spec.js' ,
1312 '!test/light-dom/scoped-slot/if-block/index.spec.js' ,
1413 '!test/light-dom/scoped-styles/index.spec.js' ,
@@ -31,6 +30,7 @@ export default {
3130 '!test/template/directive-for-each/index.spec.js' ,
3231
3332 // Flaky tests that sometimes time out
33+ '!test/light-dom/host-pseudo/index.spec.js' ,
3434 '!test/rendering/programmatic-stylesheets/index.spec.js' ,
3535 '!test/shadow-dom/multiple-templates/index.spec.js' ,
3636 '!test/synthetic-shadow/dom-manual-sharing-nodes/index.spec.js' ,
You can’t perform that action at this time.
0 commit comments