diff --git a/.changeset/chilly-shoes-hang.md b/.changeset/chilly-shoes-hang.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/chilly-shoes-hang.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/integration/templates/expo-web/package.json b/integration/templates/expo-web/package.json index d26d26f63d8..cad7a441bcf 100644 --- a/integration/templates/expo-web/package.json +++ b/integration/templates/expo-web/package.json @@ -16,7 +16,9 @@ "@expo/vector-icons": "^14.0.2", "@react-navigation/native": "^6.0.2", "expo": "~51.0.17", + "expo-auth-session": "~5.5.2", "expo-constants": "~16.0.2", + "expo-crypto": "~13.0.2", "expo-font": "~12.0.7", "expo-linking": "~6.3.1", "expo-router": "~3.5.17", diff --git a/integration/tests/next-account-portal/clerk-v4-ap-core-1.test.ts b/integration/tests/next-account-portal/clerk-v4-ap-core-1.test.ts index 984f846ebf7..f08eafdb0fd 100644 --- a/integration/tests/next-account-portal/clerk-v4-ap-core-1.test.ts +++ b/integration/tests/next-account-portal/clerk-v4-ap-core-1.test.ts @@ -6,7 +6,7 @@ import type { FakeUser } from '../../testUtils'; import { createTestUtils } from '../../testUtils'; import { testSignIn, testSignUp, testSSR } from './common'; -test.describe('Next with ClerkJS V4 <-> Account Portal Core 1 @ap-flows', () => { +test.skip('Next with ClerkJS V4 <-> Account Portal Core 1 @ap-flows', () => { test.describe.configure({ mode: 'serial' }); let app: Application; let fakeUser: FakeUser; diff --git a/integration/tests/next-account-portal/clerk-v4-ap-core-2.test.ts b/integration/tests/next-account-portal/clerk-v4-ap-core-2.test.ts index 705d83ab841..ba4aae593e8 100644 --- a/integration/tests/next-account-portal/clerk-v4-ap-core-2.test.ts +++ b/integration/tests/next-account-portal/clerk-v4-ap-core-2.test.ts @@ -6,7 +6,7 @@ import type { FakeUser } from '../../testUtils'; import { createTestUtils } from '../../testUtils'; import { testSignIn, testSignUp, testSSR } from './common'; -test.describe('Next with ClerkJS V4 <-> Account Portal Core 2 @ap-flows', () => { +test.skip('Next with ClerkJS V4 <-> Account Portal Core 2 @ap-flows', () => { test.describe.configure({ mode: 'serial' }); let app: Application; let fakeUser: FakeUser;