diff --git a/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml b/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml index af718caf0..57ffb7dbb 100644 --- a/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml +++ b/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml @@ -81,6 +81,7 @@ jobs: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugin-name: ${{ env.PLUGIN_NAME }} plugin-version: ${{ env.PLUGIN_VERSION }} + download-location: ${{env.PLUGIN_NAME}} - name: Run Opensearch with A Single Plugin uses: derek-ho/start-opensearch@v3 diff --git a/test/cypress/e2e/multi-datasources/multi_datasources_enabled.spec.js b/test/cypress/e2e/multi-datasources/multi_datasources_enabled.spec.js index 034b9f2cb..0f4e8a734 100644 --- a/test/cypress/e2e/multi-datasources/multi_datasources_enabled.spec.js +++ b/test/cypress/e2e/multi-datasources/multi_datasources_enabled.spec.js @@ -85,7 +85,7 @@ describe('Multi-datasources enabled', () => { cy.get('[data-test-subj="dataSourceSelectableContextMenuHeaderLink"]').contains('9202'); }); - it.skip('Checks Auth Tab', () => { + it('Checks Auth Tab', () => { cy.visit('http://localhost:5601/app/security-dashboards-plugin#/auth'); // Local cluster auth cy.get('.panel-header-count').first().invoke('text').should('contain', '(6)'); @@ -98,7 +98,7 @@ describe('Multi-datasources enabled', () => { cy.get('[data-test-subj="dataSourceSelectableContextMenuHeaderLink"]').contains('9202'); }); - it('Checks Users Tab', () => { + it.skip('Checks Users Tab', () => { cy.visit('http://localhost:5601/app/security-dashboards-plugin#/users'); // Create an internal user in the remote cluster cy.contains('h3', 'Internal users');