Codebase list golang-github-farsightsec-go-nmsg / 44bbb223-b847-4815-9d00-80e8e968e025/main debian / patches / disable-cgo-test.patch
44bbb223-b847-4815-9d00-80e8e968e025/main

Tree @44bbb223-b847-4815-9d00-80e8e968e025/main (Download .tar.gz)

disable-cgo-test.patch @44bbb223-b847-4815-9d00-80e8e968e025/mainraw · 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")
-}
+}*/