https://bugzilla.redhat.com/show_bug.cgi?id=1056185
--- Comment #14 from Tuomo Soini tis@foobar.fi --- My suggestion was to ignore ipv6 tests, not all tests.
-GOPATH=%{buildroot}/%{gopath} go test %{import_path}/ipv6 +GOPATH=%{buildroot}/%{gopath} go test %{import_path}/ipv6 || :
When I checked the test cases I saw they skipped all testing if ipv6 is not supported so this wouldn't change anything from current situation.