Skip to content

Commit 9361995

Browse files
committed
cmd/gomobile: enable the test for gomobile-build on iOS
As golang/go#32963 has been fixed, gomobile-build test on iOS now works. Updates golang/go#32963 Change-Id: I96add914d1f97de6506f26e4ae0c07e8c884cb6a Reviewed-on: https://go-review.googlesource.com/c/mobile/+/214957 Run-TryBot: Hajime Hoshi <[email protected]> TryBot-Result: Go Bot <[email protected]> Trust: Hajime Hoshi <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
1 parent 7c8f154 commit 9361995

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cmd/gomobile/build_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,6 @@ func TestBuildWithGoModules(t *testing.T) {
208208

209209
for _, target := range []string{"android", "ios"} {
210210
t.Run(target, func(t *testing.T) {
211-
if target == "ios" {
212-
t.Skip("gomobile-build doesn't work for iOS. see https://golang.org/issue/32963")
213-
}
214-
215211
switch target {
216212
case "android":
217213
androidHome := os.Getenv("ANDROID_HOME")

0 commit comments

Comments
 (0)