diff --git a/cypress.config.ts b/cypress.config.ts index 982a249cd2b..39bc969dc6c 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -34,7 +34,7 @@ module.exports = defineConfig({ WAIT_FOR_LOADER_BUFFER_MS: 0, }, e2e: { - baseUrl: 'http://localhost:5602', + baseUrl: 'http://localhost:5601', specPattern: 'cypress/integration/**/*.spec.{js,jsx,ts,tsx}', testIsolation: false, setupNodeEvents, diff --git a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/query_enhancements/dataset_selector.spec.js b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/query_enhancements/dataset_selector.spec.js index de73f5769ed..b985bd0ecae 100644 --- a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/query_enhancements/dataset_selector.spec.js +++ b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/query_enhancements/dataset_selector.spec.js @@ -11,7 +11,7 @@ import { PATHS, SECONDARY_ENGINE } from '../../../../../utils/constants'; const miscUtils = new MiscUtils(cy); const testFixtureHandler = new TestFixtureHandler(cy, PATHS.ENGINE); -describe('dataset selector', { scrollBehavior: false }, () => { +describe.skip('dataset selector', { scrollBehavior: false }, () => { describe('empty state', () => { it('no index pattern', function () { // Go to the Discover page diff --git a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/query_enhancements/queries.spec.js b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/query_enhancements/queries.spec.js index a9820b9b2d9..7ae18bb3bc7 100644 --- a/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/query_enhancements/queries.spec.js +++ b/cypress/integration/core-opensearch-dashboards/opensearch-dashboards/apps/query_enhancements/queries.spec.js @@ -11,7 +11,7 @@ import { PATHS } from '../../../../../utils/constants'; const miscUtils = new MiscUtils(cy); const testFixtureHandler = new TestFixtureHandler(cy, PATHS.ENGINE); -describe('query enhancement queries', { scrollBehavior: false }, () => { +describe.skip('query enhancement queries', { scrollBehavior: false }, () => { before(() => { testFixtureHandler.importJSONMapping('cypress/fixtures/timestamp/mappings.json.txt');