From: Steve Langasek Date: Thu, 7 Sep 2017 22:03:18 +0000 (+0100) Subject: disable-seccomp-tests X-Git-Tag: archive/raspbian/2.27.6-1+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=981fbdfdd6687dbe919cdacaeded49e25108615a;p=snapd.git disable-seccomp-tests Gbp-Pq: Name disable-seccomp-tests.patch --- diff --git a/cmd/snap-seccomp/export_test.go b/cmd/snap-seccomp/export_test.go index c49bd4d5..55c6d0a3 100644 --- a/cmd/snap-seccomp/export_test.go +++ b/cmd/snap-seccomp/export_test.go @@ -1,5 +1,7 @@ // -*- Mode: Go; indent-tabs-mode: t -*- +// +build ignore + /* * Copyright (C) 2017 Canonical Ltd * diff --git a/cmd/snap-seccomp/main_test.go b/cmd/snap-seccomp/main_test.go index d587040a..2121c691 100644 --- a/cmd/snap-seccomp/main_test.go +++ b/cmd/snap-seccomp/main_test.go @@ -1,5 +1,7 @@ // -*- Mode: Go; indent-tabs-mode: t -*- +// +build ignore + /* * Copyright (C) 2017 Canonical Ltd *