Skip to content

Commit

Permalink
Disable Android tests on Appveyor (#25066)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hramos authored and facebook-github-bot committed May 29, 2019
1 parent 12b735a commit 382cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build_script:
- yarn run flow-check-android
- yarn run flow-check-ios
- yarn run test
- gradlew.bat RNTester:android:app:assembleRelease
# - gradlew.bat RNTester:android:app:assembleRelease

cache:
- node_modules
Expand Down

0 comments on commit 382cb05

Please sign in to comment.