Skip to content

Commit

Permalink
Skip flaky SAML test as it awaits a fix (opensearch-project#1453) (op…
Browse files Browse the repository at this point in the history
…ensearch-project#1455)

Signed-off-by: Craig Perkins <craig5008@gmail.com>
(cherry picked from commit 4902ef51509272be79be6e96c7ff2bb78f9d1934)

Co-authored-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and cwperks authored Jun 1, 2023
1 parent c83f5d4 commit 1f0a3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest_integration/saml_auth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ describe('start OpenSearch Dashboards server', () => {
await driver.quit();
});

it('Tenancy persisted after Logout in SAML', async () => {
it.skip('Tenancy persisted after Logout in SAML', async () => {
const driver = getDriver(browser, options).build();

await driver.get('http://localhost:5601/app/opensearch_dashboards_overview#/');
Expand Down

0 comments on commit 1f0a3b9

Please sign in to comment.