Temporarily enable ReactHorizontalScrollViewTestCase to run in SandCastle

Reviewed By: emilsjolander

Differential Revision: D3548925

fbshipit-source-id: f56a812316470f1ee4b6a53a83b439bf66f5035f
This commit is contained in:
Konstantin Raev 2016-07-12 08:43:59 -07:00 коммит произвёл Facebook Github Bot 0
Родитель 1331e20db5
Коммит 0d3c4f8e5e
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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(