Skip to content

Commit

Permalink
Support same version instances
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Mar 27, 2024
1 parent b495340 commit 35c4fa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)');
Expand All @@ -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');
Expand Down

0 comments on commit 35c4fa4

Please sign in to comment.