From 7797e3b19ed4d18b5155574accfadad95c102e85 Mon Sep 17 00:00:00 2001 From: szymonrybczak Date: Mon, 9 Sep 2024 16:40:29 +0200 Subject: [PATCH] ci: disable `react-native-macos` test --- __e2e__/init.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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';