Skip to content

Commit 951c1af

Browse files
committed
Disabled unit tests that need yoga libs when running
Reviewed By: hramos Differential Revision: D4346826 fbshipit-source-id: 70855a44b27d25e49615914a845cf04fc63e322d
1 parent 32249e4 commit 951c1af

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

  • ReactAndroid/src/test/java/com/facebook/react

ReactAndroid/src/test/java/com/facebook/react/uimanager/BUCK

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ rn_robolectric_test(
44
name = 'uimanager',
55
# Please change the contact to the oncall of your team
66
contacts = ['oncall+fbandroid_sheriff@xmail.facebook.com'],
7-
srcs = glob(['**/*.java']),
7+
# TODO Disabled temporarily until Yoga linking is fixed t14964130
8+
# srcs = glob(['**/*.java']),
9+
srcs = ['SimpleViewPropertyTest.java'],
810
deps = [
911
YOGA_TARGET,
1012
react_native_dep('libraries/fbcore/src/test/java/com/facebook/powermock:powermock'),
@@ -30,7 +32,3 @@ rn_robolectric_test(
3032
'PUBLIC'
3133
],
3234
)
33-
34-
project_config(
35-
test_target = ':uimanager',
36-
)

ReactAndroid/src/test/java/com/facebook/react/views/BUCK

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ rn_robolectric_test(
44
name = 'views',
55
# Please change the contact to the oncall of your team
66
contacts = ['oncall+fbandroid_sheriff@xmail.facebook.com'],
7-
srcs = glob(['**/*.java']),
7+
# TODO Disabled temporarily until Yoga linking is fixed t14964130
8+
# srcs = glob(['**/*.java']),
9+
srcs = glob(['image/*.java']),
810
deps = [
911
YOGA_TARGET,
1012
react_native_dep('libraries/fbcore/src/test/java/com/facebook/powermock:powermock'),
@@ -32,7 +34,3 @@ rn_robolectric_test(
3234
react_native_tests_target('java/com/facebook/react/bridge:testhelpers'),
3335
],
3436
)
35-
36-
project_config(
37-
test_target = ':views',
38-
)

0 commit comments

Comments
 (0)