Home
last modified time | relevance | path

Searched refs:xit (Results 1 – 12 of 12) sorted by relevance

/expo/packages/@expo/cli/src/start/server/middleware/__tests__/
H A DresolveEntryPoint-test.ts97 xit('exists-no-platform-no-main', () => {
117 xit('uses node_modules/expo/AppEntry as a last resort', () => {
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DIntentFilters-test.ts60 xit(`does not duplicate android intent filters`, async () => {
/expo/packages/expo-updates/ios/Tests/
H A DErrorRecoverySpec.swift150 xit("NewWorkingUpdateLoading") { in spec()
173 xit("NewWorkingUpdateLoading_RCTContentDidAppear") { in spec()
278 xit("RemoteLoadTimesOut") { in spec()
300 xit("RemoteLoadTimesOut_UpdateAlreadyLaunchedSuccessfully") { in spec()
343 xit("RemoteLoadTimesOut_RCTContentDidAppear") { in spec()
H A DCertificateChainSpec.swift85 xit("throws when root signature is invalid") { in spec()
/expo/packages/expo-localization/src/__tests__/
H A DLocalization-test.web.ts55 xit(`can resolve a region from a full locale`, async () => {
/expo/apps/test-suite/screens/
H A DTestScreen.js99 const oldXit = jasmine.xit;
100 jasmine.xit = (desc, fn, t) => oldXit.apply(jasmine, [desc, doneIfy(fn), t]); function
/expo/packages/expo-router/src/__tests__/
H A DgetServerManifest.test.node.ts63 xit(`converts single basic`, () => {
/expo/packages/create-expo/e2e/__tests__/
H A Dindex-test.ts209 xit('creates a default project in a new directory with a custom template', async () => {
/expo/packages/expo-font/src/__tests__/
H A DFont-test.native.ts354 xit(`does not scope font names`, async () => {
/expo/apps/test-suite/tests/
H A DVideo.js652 const unreliablyIt = Platform.OS === 'ios' ? t.xit : t.it;
705 const unreliablyIt = Platform.OS === 'ios' ? t.xit : t.it;
H A DNotifications.js73 const itWithExpoPushToken = ['ios', 'android'].includes(Platform.OS) ? t.it : t.xit;
/expo/packages/expo-router/src/fork/__tests__/
H A DgetStateFromPath-upstream.test.node.ts2198 xit('matches wildcard patterns at nested level with exact', () => {