diff --git a/__e2e__/init.test.ts b/__e2e__/init.test.ts index bf295c651..3ce6beff9 100644 --- a/__e2e__/init.test.ts +++ b/__e2e__/init.test.ts @@ -193,7 +193,8 @@ test('init uses npm as the package manager with --npm', () => { }); }); -test('init --platform-name should work for out of tree platform', () => { +// react-native-macos stopped shipping `template.config.js` for 0.75, so this test is disabled. in future releases we should re-enable once `template.config.js` will be there again. +test.skip('init --platform-name should work for out of tree platform', () => { createCustomTemplateFiles(); const outOfTreePlatformName = 'react-native-macos';