Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a7223d7

Browse files
authored
tests: disable trusted-types-directive-present smoke test (#16620)
1 parent b1cfcbc commit a7223d7

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
@@ -40,6 +40,8 @@ for (const array of Object.values(exclusions)) {
4040
array.push('csp-block-all');
4141
// glitch is gone.
4242
array.push('issues-mixed-content');
43+
// works most of the time, but since it uses a live site it can be flaky
44+
array.push('trusted-types-directive-present');
4345
}
4446

4547
export default exclusions;

0 commit comments

Comments
 (0)