Cleanup RN instrumentation_tests BUCK-file

Reviewed By: bestander

Differential Revision: D4440069

fbshipit-source-id: 058e935ae60c4e71f033532e2942053633f9a662
This commit is contained in:
Pieter De Baets 2017-01-20 09:11:51 -08:00 коммит произвёл Facebook Github Bot
Родитель 22bff6bbc0
Коммит c9ad00068b
1 изменённых файлов: 0 добавлений и 14 удалений

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

@ -1,10 +1,5 @@
include_defs('//ReactAndroid/DEFS')
# Tests that are too flaky to run on SandCastle
# TODO t11057216 stabilise them
SANDCASTLE_FLAKY = [
]
deps = [
react_native_dep('third-party/android/support/v4:lib-support-v4'),
react_native_dep('third-party/java/jsr-305:jsr-305'),
@ -40,12 +35,3 @@ android_library(
'PUBLIC',
],
)
android_library(
name = 'stable-tests',
srcs = glob(['**/*.java'], excludes=SANDCASTLE_FLAKY),
deps = deps,
visibility = [
'PUBLIC',
],
)