Skip to content

Commit dd0e993

Browse files
committed
test(davinci): skip mfa test
1 parent 437361d commit dd0e993

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/davinci-suites/src/mfa.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import { expect, test } from '@playwright/test';
88
import { asyncEvents } from './utils/async-events.js';
99
import { password } from './utils/demo-user.js';
1010

11-
test('Using ACR Values, lets render an OTP form and submit the request', async ({ page }) => {
11+
// TODO: This test is currently failing due to an issue with device registration in the flow.
12+
test.skip('Using ACR Values, lets render an OTP form and submit the request', async ({ page }) => {
1213
const { navigate } = asyncEvents(page);
1314
await navigate(
1415
'/?clientId=20dd0ed0-bb9b-4c8f-9a60-9ebeb4b348e0&acr_value=22eb75b5d31d371afe089d6e4a824f5c',

0 commit comments

Comments
 (0)