File tree Expand file tree Collapse file tree
ReactAndroid/src/test/java/com/facebook/react Expand file tree Collapse file tree Original file line number Diff line number Diff 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- )
Original file line number Diff line number Diff 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- )
You can’t perform that action at this time.
0 commit comments