net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet
authorDirkjan Ochtman <djc@gentoo.org>
Wed, 17 Feb 2016 20:43:02 +0000 (21:43 +0100)
committerDirkjan Ochtman <djc@gentoo.org>
Wed, 17 Feb 2016 20:43:02 +0000 (21:43 +0100)
net-p2p/syncthing/syncthing-0.12.19.ebuild

index 5f22a11ad30c089ec5db54deb4e87b7eb0bb57d5..f6a31e49ccb68581f04e8e1e5a1969dd229cb436 100644 (file)
@@ -32,10 +32,12 @@ src_compile() {
        go run build.go -version "v${PV}" -no-upgrade || die "build failed"
 }
 
-src_test() {
-       cd src/${EGO_PN}
-       go run build.go test || die "test failed"
-}
+# go test: -race is only supported on amd64 platforms
+# https://github.com/syncthing/syncthing/issues/2765
+#src_test() {
+#      cd src/${EGO_PN}
+#      go run build.go test || die "test failed"
+#}
 
 src_install() {
        cd src/${EGO_PN}