mirror of
https://github.com/Icinga/icingadb.git
synced 2026-04-13 05:16:30 -04:00
11 lines
230 B
Go
11 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() })
|
||
|
|
}
|