Skip to content

Commit

Permalink
app: skip failing TestAndroidApp test
Browse files Browse the repository at this point in the history
Updates golang/go#23835

Change-Id: If4aea8fde3b6b66980573d94f0d2189396f6a50c
Reviewed-on: https://go-review.googlesource.com/93997
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
  • Loading branch information
Elias Naur committed Feb 21, 2018
1 parent 30c852f commit 176e5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app_test.go
Expand Up @@ -28,6 +28,7 @@ import (
// helper libraries that make tests like these easy to write. Hopefully
// having a user of such a fictional package will help illuminate the way.
func TestAndroidApp(t *testing.T) {
t.Skip("see issue #23835")
if _, err := exec.Command("which", "adb").CombinedOutput(); err != nil {
t.Skip("command adb not found, skipping")
}
Expand Down

0 comments on commit 176e5d2

Please sign in to comment.