Skip to content

Commit 709a441

Browse files
bestanderfacebook-github-bot
authored andcommitted
Disabled unit tests that need yoga libs when running
Reviewed By: hramos Differential Revision: D4346826 fbshipit-source-id: 70855a44b27d25e49615914a845cf04fc63e322d
1 parent ede04ab commit 709a441

File tree

2 files changed

+6
-4
lines changed
  • ReactAndroid/src/test/java/com/facebook/react

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 2 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 = ['[email protected]'],
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,4 +32,3 @@ rn_robolectric_test(
3032
'PUBLIC'
3133
],
3234
)
33-

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

Lines changed: 3 additions & 2 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 = ['[email protected]'],
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,4 +34,3 @@ rn_robolectric_test(
3234
react_native_tests_target('java/com/facebook/react/bridge:testhelpers'),
3335
],
3436
)
35-

0 commit comments

Comments
 (0)