mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-03 20:40:34 -05:00
8 lines
147 B
Go
8 lines
147 B
Go
package icingadb
|
|
|
|
import "testing"
|
|
|
|
func TestInstance(t *testing.T) {
|
|
// TODO(jb): perform some checks on the icingadb_instance table
|
|
t.Skip()
|
|
}
|