icingadb/tests/instance_test.go

9 lines
147 B
Go
Raw Permalink Normal View History

2021-05-07 11:11:40 -04:00
package icingadb
import "testing"
func TestInstance(t *testing.T) {
// TODO(jb): perform some checks on the icingadb_instance table
t.Skip()
}