Temporarily enable ReactHorizontalScrollViewTestCase to run in SandCastle
Reviewed By: emilsjolander Differential Revision: D3548925 fbshipit-source-id: f56a812316470f1ee4b6a53a83b439bf66f5035f
This commit is contained in:
parent
1331e20db5
commit
0d3c4f8e5e
|
@ -3,7 +3,6 @@ include_defs('//ReactAndroid/DEFS')
|
||||||
# Tests that are too flaky to run on SandCastle
|
# Tests that are too flaky to run on SandCastle
|
||||||
# TODO t11057216 stabilise them
|
# TODO t11057216 stabilise them
|
||||||
SANDCASTLE_FLAKY = [
|
SANDCASTLE_FLAKY = [
|
||||||
'ReactHorizontalScrollViewTestCase.java',
|
|
||||||
'ReactScrollViewTestCase.java',
|
'ReactScrollViewTestCase.java',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -36,10 +35,10 @@ deps = [
|
||||||
android_library(
|
android_library(
|
||||||
name = 'tests',
|
name = 'tests',
|
||||||
srcs = glob(['**/*.java']),
|
srcs = glob(['**/*.java']),
|
||||||
|
deps = deps,
|
||||||
visibility = [
|
visibility = [
|
||||||
'PUBLIC',
|
'PUBLIC',
|
||||||
],
|
],
|
||||||
deps = deps,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
android_library(
|
android_library(
|
||||||
|
|
Loading…
Reference in New Issue