diff --git a/e2e/support/config.js b/e2e/support/config.js
index b0aa9cf230efa82a9f1a12f582b6f308074d4f59..9581cb1d9d55b0f3210c5d3a38a7312cb579d1df 100644
--- a/e2e/support/config.js
+++ b/e2e/support/config.js
@@ -181,7 +181,6 @@ const mainConfig = {
         },
       }
     : {}),
-  experimentalCspAllowList: ["frame-src"],
   projectId: "ywjy9z",
   numTestsKeptInMemory: process.env["CI"] ? 1 : 50,
   reporter: "cypress-multi-reporters",
diff --git a/e2e/test/scenarios/embedding/embedding-reproductions.cy.spec.js b/e2e/test/scenarios/embedding/embedding-reproductions.cy.spec.js
index 5cc47644d247eae530b4b13986789ad5c7aaf1d3..e3e96598bdcf493418f260577b445bad5b474bf9 100644
--- a/e2e/test/scenarios/embedding/embedding-reproductions.cy.spec.js
+++ b/e2e/test/scenarios/embedding/embedding-reproductions.cy.spec.js
@@ -985,7 +985,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 },