diff --git a/e2e-tests/okta-hosted-login/specs/okta-hosted-login-flow-spec.js b/e2e-tests/okta-hosted-login/specs/okta-hosted-login-flow-spec.js index aca0477..6da4fd4 100644 --- a/e2e-tests/okta-hosted-login/specs/okta-hosted-login-flow-spec.js +++ b/e2e-tests/okta-hosted-login/specs/okta-hosted-login-flow-spec.js @@ -194,7 +194,7 @@ describe('Okta Hosted Login Flow', () => { loginHomePage.waitForPageLoad(); }); - it('can login with facebook as IdP', () => { + xit('can login with facebook as IdP', () => { // This test runs only on OIE enabled orgs if (!process.env.ORG_OIE_ENABLED) { return;