Codebase list golang-github-farsightsec-go-nmsg / ad4b06e debian / patches / disable-cgo-test.patch
ad4b06e

Tree @ad4b06e (Download .tar.gz)

disable-cgo-test.patch @ad4b06eraw · history · blame

--- a/container_test.go
+++ b/container_test.go
@@ -10,7 +10,7 @@
 
 // These tests verify container compatibility between C libnmsg (wrapped in
 // cgo-nmsg) and go-nmsg, both with and without compression.
-
+/*
 import (
 	"bytes"
 	"log"
@@ -175,4 +175,4 @@
 	}
 
 	t.Error("payload mismatch")
-}
+}*/