app: skip failing TestAndroidApp test

Updates golang/go#23835

Change-Id: If4aea8fde3b6b66980573d94f0d2189396f6a50c
Reviewed-on: https://go-review.googlesource.com/93997
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/app/app_test.go b/app/app_test.go
index 0ed25ea..9174219 100644
--- a/app/app_test.go
+++ b/app/app_test.go
@@ -28,6 +28,7 @@
 // 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")
 	}