forked from mystiq/dex
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:
parent
217e26691c
commit
69dcfec1be
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// NOTE: These tests are begin updated so they compile (see #257). Until then ignore.
|
||||
// +build ignore
|
||||
|
||||
package admin
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in a new issue