Skip to content

Commit 32a119d

Browse files
committed
Deactivate MS unlinked test
1 parent 278051e commit 32a119d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/tests-e2e/src/ui/corbado-auth-general/socials.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ test.describe('social logins', () => {
9696
});
9797

9898
// in that case only identifier based login should be possible
99-
test('signup with social should not be possible (account exists, social has not been linked)', async ({ model }) => {
99+
test.skip('signup with social should not be possible (account exists, social has not been linked)', async ({
100+
model,
101+
}) => {
100102
await model.load(projectId, true, 'signup-init');
101103

102104
const email = process.env.PLAYWRIGHT_MICROSOFT_EMAIL_UNLINKED ?? '';

0 commit comments

Comments
 (0)