From 0292995846f324d38337e05e8e85098c58ad16a0 Mon Sep 17 00:00:00 2001 From: "Qingyang(Abby) Hu" Date: Wed, 18 Oct 2023 15:14:15 -0700 Subject: [PATCH] skip shared link test Signed-off-by: Qingyang(Abby) Hu --- .../apps/data_explorer/shared_links.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/data_explorer/shared_links.spec.js b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/data_explorer/shared_links.spec.js index 2adbfcdbb..2670c2092 100644 --- a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/data_explorer/shared_links.spec.js +++ b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/data_explorer/shared_links.spec.js @@ -73,7 +73,8 @@ describe('shared links', () => { cy.getElementByTestId('copyShareUrlButton').should('be.visible').click(); }); - it('should allow for copying the saved object URL', function () { + //https://github.com/opensearch-project/OpenSearch-Dashboards/issues/5323 + it.skip('should allow for copying the saved object URL', function () { const url = 'http://localhost:5601/app/data-explorer/discover/#/view/ab12e3c0-f231-11e6-9486-733b1ac9221a?_g=%28filters%3A%21%28%29%2CrefreshInterval%3A%28pause%3A%21t%2Cvalue%3A0%29%2Ctime%3A%28from%3A%272015-09-19T13%3A31%3A44.000Z%27%2Cto%3A%272015-09-24T01%3A31%3A44.000Z%27%29%29';