Skip to content

Commit

Permalink
Cleanup RN instrumentation_tests BUCK-file
Browse files Browse the repository at this point in the history
Reviewed By: bestander

Differential Revision: D4440069

fbshipit-source-id: 058e935ae60c4e71f033532e2942053633f9a662
  • Loading branch information
javache authored and facebook-github-bot committed Jan 20, 2017
1 parent 22bff6b commit c9ad000
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ReactAndroid/src/androidTest/java/com/facebook/react/tests/BUCK
Original file line number Diff line number Diff line change
@@ -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'),
Expand Down Expand Up @@ -40,12 +35,3 @@ android_library(
'PUBLIC',
],
)

android_library(
name = 'stable-tests',
srcs = glob(['**/*.java'], excludes=SANDCASTLE_FLAKY),
deps = deps,
visibility = [
'PUBLIC',
],
)

0 comments on commit c9ad000

Please sign in to comment.