diff options
Diffstat (limited to 'tests/instance_test.go')
-rw-r--r-- | tests/instance_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/instance_test.go b/tests/instance_test.go new file mode 100644 index 0000000..0c75f3e --- /dev/null +++ b/tests/instance_test.go @@ -0,0 +1,8 @@ +package icingadb + +import "testing" + +func TestInstance(t *testing.T) { + // TODO(jb): perform some checks on the icingadb_instance table + t.Skip() +} |