From c9ad00068baf2844dde497e316a87cdfdee68695 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Fri, 20 Jan 2017 09:11:51 -0800 Subject: [PATCH] Cleanup RN instrumentation_tests BUCK-file Reviewed By: bestander Differential Revision: D4440069 fbshipit-source-id: 058e935ae60c4e71f033532e2942053633f9a662 --- .../androidTest/java/com/facebook/react/tests/BUCK | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ReactAndroid/src/androidTest/java/com/facebook/react/tests/BUCK b/ReactAndroid/src/androidTest/java/com/facebook/react/tests/BUCK index eb5fcd502..0f0feab1c 100644 --- a/ReactAndroid/src/androidTest/java/com/facebook/react/tests/BUCK +++ b/ReactAndroid/src/androidTest/java/com/facebook/react/tests/BUCK @@ -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', - ], -)