diff --git a/packages/rn-tester/BUCK b/packages/rn-tester/BUCK index 3e87501c010695..74d5c055522f9b 100644 --- a/packages/rn-tester/BUCK +++ b/packages/rn-tester/BUCK @@ -173,6 +173,9 @@ fb_apple_test( "UIKit", ], info_plist = "//xplat/configurations/buck/common_info_plists:ApplicationTest-Info.plist", + # There are some flavor dependencies in the call chain that prevent this target from building correctly + # using Buck2 + labels = ["opt-out-buck2-runs"], preprocessor_flags = get_objc_arc_preprocessor_flags() + get_preprocessor_flags_for_build_mode(), test_host_app = "//fbobjc/Configurations/Buck/CommonTestHost:CommonTestHost", visibility = [