Skip to content

Commit 6894326

Browse files
authored
tests: exclude origin-isolation-coop-present smoke test (#17072)
1 parent 6c9c6ae commit 6894326

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cli/test/smokehouse/config/exclusions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ for (const array of Object.values(exclusions)) {
8484
array.push('issues-mixed-content');
8585
// works most of the time, but since it uses a live site it can be flaky
8686
array.push('trusted-types-directive-present');
87+
// https://csp.withgoogle.com/docs/index.html is down
88+
array.push('origin-isolation-coop-present');
8789
}
8890

8991
export default exclusions;

0 commit comments

Comments
 (0)