Skip to content
Snippets Groups Projects
Unverified Commit a85f7507 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

temporary disable csp in cypress (#49186)

parent 5929e664
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,6 @@ const mainConfig = {
},
}
: {}),
experimentalCspAllowList: ["frame-src"],
projectId: "ywjy9z",
numTestsKeptInMemory: process.env["CI"] ? 1 : 50,
reporter: "cypress-multi-reporters",
......
......@@ -989,7 +989,8 @@ describe("issue 40660", () => {
});
});
describe("issue 49142", () => {
// Skipped since it does not make sense when CSP is disabled
describe.skip("issue 49142", () => {
const questionDetails = {
name: "Products",
query: { "source-table": PRODUCTS_ID, limit: 2 },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment