summaryrefslogtreecommitdiffstats
path: root/tests/state_sync_test.go
blob: a6b30102c107e958e083355995e68aa1d61ba4c3 (plain)
1
2
3
4
5
6
7
8
9
10
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() })
}