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.
This commit is contained in:
Eric Chiang 2016-01-11 11:58:17 -08:00
parent 217e26691c
commit 69dcfec1be

View file

@ -1,3 +1,6 @@
// NOTE: These tests are begin updated so they compile (see #257). Until then ignore.
// +build ignore
package admin
import (