File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
ReactAndroid/src/test/java/com/facebook/react Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ rn_robolectric_test(
4
4
name = 'uimanager' ,
5
5
# Please change the contact to the oncall of your team
6
6
7
- srcs = glob (['**/*.java' ]),
7
+ # TODO Disabled temporarily until Yoga linking is fixed t14964130
8
+ # srcs = glob(['**/*.java']),
9
+ srcs = ['SimpleViewPropertyTest.java' ],
8
10
deps = [
9
11
YOGA_TARGET ,
10
12
react_native_dep ('libraries/fbcore/src/test/java/com/facebook/powermock:powermock' ),
@@ -30,4 +32,3 @@ rn_robolectric_test(
30
32
'PUBLIC'
31
33
],
32
34
)
33
-
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ rn_robolectric_test(
4
4
name = 'views' ,
5
5
# Please change the contact to the oncall of your team
6
6
7
- srcs = glob (['**/*.java' ]),
7
+ # TODO Disabled temporarily until Yoga linking is fixed t14964130
8
+ # srcs = glob(['**/*.java']),
9
+ srcs = glob (['image/*.java' ]),
8
10
deps = [
9
11
YOGA_TARGET ,
10
12
react_native_dep ('libraries/fbcore/src/test/java/com/facebook/powermock:powermock' ),
@@ -32,4 +34,3 @@ rn_robolectric_test(
32
34
react_native_tests_target ('java/com/facebook/react/bridge:testhelpers' ),
33
35
],
34
36
)
35
-
You can’t perform that action at this time.
0 commit comments