From 69dcfec1bef5fdfa7aed545f1ed50ce32bed2fe0 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Mon, 11 Jan 2016 11:58:17 -0800 Subject: [PATCH] admin: add build ignore tag to tests that don't compile These tests aren't included in the top level test script so have unintentionally been ignored and currently don't compile. Until this is fixed (see #257) add a build tag so tools ignore them. --- admin/api_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/api_test.go b/admin/api_test.go index 4f270367..8104de3c 100644 --- a/admin/api_test.go +++ b/admin/api_test.go @@ -1,3 +1,6 @@ +// NOTE: These tests are begin updated so they compile (see #257). Until then ignore. +// +build ignore + package admin import (