Skip to content

Commit 73da25a

Browse files
authored
tests: disable csp-block-all smoke test (#16598)
1 parent e7fad58 commit 73da25a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/test/smokehouse/config/exclusions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const exclusions = {
3636
for (const array of Object.values(exclusions)) {
3737
// https://github.com/GoogleChrome/lighthouse/issues/14271
3838
array.push('lantern-idle-callback-short');
39+
// https://github.com/GoogleChrome/lighthouse/issues/16597
40+
array.push('csp-block-all');
3941
// glitch is gone.
4042
array.push('issues-mixed-content');
4143
}

0 commit comments

Comments
 (0)