From 64f643cd9bc12a8d00e96c8364527d5cfcbf463a Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 30 May 2023 22:48:23 -0400 Subject: [PATCH] Skip flaky SAML test as it awaits a fix Signed-off-by: Craig Perkins --- test/jest_integration/saml_auth.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jest_integration/saml_auth.test.ts b/test/jest_integration/saml_auth.test.ts index 86d2e3497..7123baf15 100644 --- a/test/jest_integration/saml_auth.test.ts +++ b/test/jest_integration/saml_auth.test.ts @@ -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#/');