From 7606df18d458753f129bfba33ac1d6f993259424 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 26 Sep 2017 18:41:53 +0100 Subject: [PATCH] disable-seccomp-tests Gbp-Pq: Name disable-seccomp-tests.patch --- cmd/snap-seccomp/export_test.go | 2 ++ cmd/snap-seccomp/main_test.go | 2 ++ 2 files changed, 4 insertions(+) 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 * -- 2.30.2