Skip to content

Commit ee78dee

Browse files
committed
test(wtr): mark test as flaky timeout
1 parent 1fc08b2 commit ee78dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@lwc/integration-not-karma/configs/integration.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)