We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9002779 commit e828f85Copy full SHA for e828f85
test/e2e/tests/content-security-policy/content-security-policy.spec.ts
@@ -9,7 +9,8 @@ import {
9
import FixtureBuilder from '../../fixture-builder';
10
11
describe('Content-Security-Policy', function (this: Suite) {
12
- it('opening a restricted website should still load the extension', async function () {
+ // TODO: Re-enable this after fixing the CSP override feature. See #31094
13
+ it.skip('opening a restricted website should still load the extension', async function () {
14
await withFixtures(
15
{
16
dapp: true,
0 commit comments