Skip to content

Commit

Permalink
Skip flaky SAML test as it awaits a fix (#1453)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <craig5008@gmail.com>
  • Loading branch information
cwperks authored May 31, 2023
1 parent f1c8613 commit 4902ef5
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 4902ef5

Please sign in to comment.