From f568675ab5ced0ba5f203722d680dcfe5bec99be Mon Sep 17 00:00:00 2001 From: Amit Banerjee Date: Thu, 6 Oct 2022 03:31:51 +0530 Subject: [PATCH] Remove experimentalNetworkStubbing (#318) ```experimentalNetworkStubbing``` option was removed and made the default behavior from version 6.0.0. Ref: https://docs.cypress.io/guides/references/changelog#6-0-0 Issue resolved: https://github.com/opensearch-project/opensearch-dashboards-functional-test/issues/309 Signed-off-by: am1tb (cherry picked from commit e6a9517d706af2a844e65b73c792c8f141ccd24f) --- cypress.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress.json b/cypress.json index 7a6f71ef6..decade592 100644 --- a/cypress.json +++ b/cypress.json @@ -16,6 +16,5 @@ "password": "admin", "ENDPOINT_WITH_PROXY": false, "MANAGED_SERVICE_ENDPOINT": false - }, - "experimentalNetworkStubbing": true + } }