diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 73b8bcbae..a3d6f70d1 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -87,5 +87,5 @@ jobs: run: | echo "check if opensearch is ready" curl -XGET https://localhost:9200 -u 'admin:admin' -k - node .\test\run_jest_tests.js --config .\test\jest.config.server.js --testPathIgnorePatterns saml_auth.test.ts,saml_multiauth.test.ts + node .\test\run_jest_tests.js --config .\test\jest.config.server.js --testPathIgnorePatterns saml_auth.test.ts --testPathIgnorePatterns saml_multiauth.test.ts working-directory: ${{ steps.install-dashboards.outputs.plugin-directory }}