--- ./libgo/go/os/user/user_test.go.ORIGIN	2017-03-29 17:18:31 -0500
+++ ./libgo/go/os/user/user_test.go	2017-03-29 17:32:06 -0500
@@ -125,6 +125,9 @@
 
 func TestGroupIds(t *testing.T) {
 	checkGroup(t)
+	if runtime.GOOS == "aix" {
+		t.Skip("skipping GroupIds, Not Yet Implemented on AIX")
+	}
 	if runtime.GOOS == "solaris" {
 		t.Skip("skipping GroupIds, see golang.org/issue/14709")
 	}
