Skip to content

Commit 382cb05

Browse files
hramosfacebook-github-bot
authored andcommitted
Disable Android tests on Appveyor (#25066)
Summary: Android is failing on Appveyor. Removing to regain signal on Windows. See https://ci.appveyor.com/project/Facebook/react-native/builds/24869333/job/tnif7yt4x0lfisju for an example. Pull Request resolved: #25066 Differential Revision: D15532362 Pulled By: hramos fbshipit-source-id: afb55297b385d8b7e497d9cf4d26420f9502df44
1 parent 12b735a commit 382cb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build_script:
3838
- yarn run flow-check-android
3939
- yarn run flow-check-ios
4040
- yarn run test
41-
- gradlew.bat RNTester:android:app:assembleRelease
41+
# - gradlew.bat RNTester:android:app:assembleRelease
4242

4343
cache:
4444
- node_modules

0 commit comments

Comments
 (0)