|
@@ -412,8 +412,10 @@ func TestHttpsInsecure(t *testing.T) {
|
412
|
412
|
Symbolize: "remote",
|
413
|
413
|
}
|
414
|
414
|
rx := "Saved profile in"
|
415
|
|
- if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") {
|
|
415
|
+ if runtime.GOOS == "darwin" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64") ||
|
|
416
|
+ runtime.GOOS == "android" {
|
416
|
417
|
// On iOS, $HOME points to the app root directory and is not writable.
|
|
418
|
+ // On Android, $HOME points to / which is not writable.
|
417
|
419
|
rx += "|Could not use temp dir"
|
418
|
420
|
}
|
419
|
421
|
o := &plugin.Options{
|