File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -280,16 +280,12 @@ try {
280
280
exitCode = 1 ;
281
281
throw Error ( exitCode ) ;
282
282
}
283
- // [TODO(macOS GH#949)
284
- // Comment out failing test to unblock CI
285
- // It seems It's running the flow checks against react-native-macos 0.63 instead of what is in the repo causing a failure
286
- // describe('Test: Flow check');
287
- // if (exec(`${ROOT}/node_modules/.bin/flow check`).code) {
288
- // echo('Flow check failed.');
289
- // exitCode = 1;
290
- // throw Error(exitCode);
291
- // }
292
- // ]TODO(macOS GH#949)
283
+ describe ( 'Test: Flow check' ) ;
284
+ if ( exec ( `${ ROOT } /node_modules/.bin/flow check` ) . code ) {
285
+ echo ( 'Flow check failed.' ) ;
286
+ exitCode = 1 ;
287
+ throw Error ( exitCode ) ;
288
+ }
293
289
}
294
290
exitCode = 0 ;
295
291
} finally {
You can’t perform that action at this time.
0 commit comments