Merge pull request #263 from ericchiang/admin_tests
admin: add build ignore tag to tests that don't compile
This commit is contained in:
commit
09d8d8423c
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 (
|
||||
|
|
Reference in a new issue