Skip to content

Commit c9ad000

Browse files
javachefacebook-github-bot
authored andcommitted
Cleanup RN instrumentation_tests BUCK-file
Reviewed By: bestander Differential Revision: D4440069 fbshipit-source-id: 058e935ae60c4e71f033532e2942053633f9a662
1 parent 22bff6b commit c9ad000

File tree

1 file changed

+0
-14
lines changed
  • ReactAndroid/src/androidTest/java/com/facebook/react/tests

1 file changed

+0
-14
lines changed

ReactAndroid/src/androidTest/java/com/facebook/react/tests/BUCK

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
include_defs('//ReactAndroid/DEFS')
22

3-
# Tests that are too flaky to run on SandCastle
4-
# TODO t11057216 stabilise them
5-
SANDCASTLE_FLAKY = [
6-
]
7-
83
deps = [
94
react_native_dep('third-party/android/support/v4:lib-support-v4'),
105
react_native_dep('third-party/java/jsr-305:jsr-305'),
@@ -40,12 +35,3 @@ android_library(
4035
'PUBLIC',
4136
],
4237
)
43-
44-
android_library(
45-
name = 'stable-tests',
46-
srcs = glob(['**/*.java'], excludes=SANDCASTLE_FLAKY),
47-
deps = deps,
48-
visibility = [
49-
'PUBLIC',
50-
],
51-
)

0 commit comments

Comments
 (0)