Skip to content

Commit f217db7

Browse files
ci: disable react-native-macos test (#2500)
1 parent ba8b5a9 commit f217db7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

__e2e__/init.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ test('init uses npm as the package manager with --npm', () => {
193193
});
194194
});
195195

196-
test('init --platform-name should work for out of tree platform', () => {
196+
// 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.
197+
test.skip('init --platform-name should work for out of tree platform', () => {
197198
createCustomTemplateFiles();
198199
const outOfTreePlatformName = 'react-native-macos';
199200

0 commit comments

Comments
 (0)