mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
Disabled unit tests that need yoga libs when running
Reviewed By: hramos Differential Revision: D4346826 fbshipit-source-id: 70855a44b27d25e49615914a845cf04fc63e322d
This commit is contained in:
committed by
Facebook Github Bot
parent
ede04abf8f
commit
709a441ecf
@@ -4,7 +4,9 @@ rn_robolectric_test(
|
|||||||
name = 'uimanager',
|
name = 'uimanager',
|
||||||
# Please change the contact to the oncall of your team
|
# Please change the contact to the oncall of your team
|
||||||
contacts = ['oncall+fbandroid_sheriff@xmail.facebook.com'],
|
contacts = ['oncall+fbandroid_sheriff@xmail.facebook.com'],
|
||||||
srcs = glob(['**/*.java']),
|
# TODO Disabled temporarily until Yoga linking is fixed t14964130
|
||||||
|
# srcs = glob(['**/*.java']),
|
||||||
|
srcs = ['SimpleViewPropertyTest.java'],
|
||||||
deps = [
|
deps = [
|
||||||
YOGA_TARGET,
|
YOGA_TARGET,
|
||||||
react_native_dep('libraries/fbcore/src/test/java/com/facebook/powermock:powermock'),
|
react_native_dep('libraries/fbcore/src/test/java/com/facebook/powermock:powermock'),
|
||||||
@@ -30,4 +32,3 @@ rn_robolectric_test(
|
|||||||
'PUBLIC'
|
'PUBLIC'
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,9 @@ rn_robolectric_test(
|
|||||||
name = 'views',
|
name = 'views',
|
||||||
# Please change the contact to the oncall of your team
|
# Please change the contact to the oncall of your team
|
||||||
contacts = ['oncall+fbandroid_sheriff@xmail.facebook.com'],
|
contacts = ['oncall+fbandroid_sheriff@xmail.facebook.com'],
|
||||||
srcs = glob(['**/*.java']),
|
# TODO Disabled temporarily until Yoga linking is fixed t14964130
|
||||||
|
# srcs = glob(['**/*.java']),
|
||||||
|
srcs = glob(['image/*.java']),
|
||||||
deps = [
|
deps = [
|
||||||
YOGA_TARGET,
|
YOGA_TARGET,
|
||||||
react_native_dep('libraries/fbcore/src/test/java/com/facebook/powermock:powermock'),
|
react_native_dep('libraries/fbcore/src/test/java/com/facebook/powermock:powermock'),
|
||||||
@@ -32,4 +34,3 @@ rn_robolectric_test(
|
|||||||
react_native_tests_target('java/com/facebook/react/bridge:testhelpers'),
|
react_native_tests_target('java/com/facebook/react/bridge:testhelpers'),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user