aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/csource_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/csource/csource_test.go')
-rw-r--r--pkg/csource/csource_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/csource/csource_test.go b/pkg/csource/csource_test.go
index 359c05264..397ba4b28 100644
--- a/pkg/csource/csource_test.go
+++ b/pkg/csource/csource_test.go
@@ -35,6 +35,10 @@ func TestGenerate(t *testing.T) {
// fatal error: asm/unistd.h: No such file or directory
t.Skip("broken")
}
+ if target.OS == "test" && target.PtrSize == 4 {
+ // The same reason as linux/32.
+ t.Skip("broken")
+ }
t.Parallel()
testTarget(t, target)
})