Disable Android platform for more failing tests

Reviewed By: jselbo

Differential Revision: D44022065

fbshipit-source-id: 29568cdf2703eec8fb020b79ea93873ab7807050
This commit is contained in:
Ian Childs
2023-03-15 04:08:19 -07:00
committed by Facebook GitHub Bot
parent 57a2508ae6
commit 102e40a88d
4 changed files with 8 additions and 0 deletions
@@ -35,6 +35,8 @@ rn_xplat_cxx_library(
"-lm",
],
compiler_flags_pedantic = True,
# TODO(145803035) Fix Android tests
fbandroid_tests_override = [],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
force_static = True,
+2
View File
@@ -32,6 +32,8 @@ rn_xplat_cxx_library(
prefix = "react/renderer/element",
),
compiler_flags_pedantic = True,
# TODO(145803035) Fix Android tests
fbandroid_tests_override = [],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
force_static = True,
@@ -32,6 +32,8 @@ rn_xplat_cxx_library(
prefix = "react/renderer/templateprocessor",
),
compiler_flags_pedantic = True,
# TODO(145803035) Fix Android tests
fbandroid_tests_override = [],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
force_static = True,
@@ -32,6 +32,8 @@ rn_xplat_cxx_library(
prefix = "react/renderer/uimanager",
),
compiler_flags_pedantic = True,
# TODO(145803035) Fix Android tests
fbandroid_tests_override = [],
fbobjc_compiler_flags = APPLE_COMPILER_FLAGS,
fbobjc_preprocessor_flags = get_preprocessor_flags_for_build_mode() + get_apple_inspector_flags(),
force_static = True,