mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-03 20:40:34 -05:00
10 lines
230 B
Go
10 lines
230 B
Go
package icingadb_test
|
|
|
|
import "testing"
|
|
|
|
func TestStateSync(t *testing.T) {
|
|
// TODO(jb): add tests
|
|
|
|
t.Run("Host", func(t *testing.T) { t.Parallel(); t.Skip() })
|
|
t.Run("Service", func(t *testing.T) { t.Parallel(); t.Skip() })
|
|
}
|