chore: skip syncapi tests

This commit is contained in:
Gareth
2025-08-26 22:45:19 -07:00
parent dc481e55c8
commit 32ca7e3ce8
4 changed files with 8 additions and 0 deletions

View File

@@ -214,6 +214,7 @@ func TestPermissionSet_CheckPermissionForPlan(t *testing.T) {
}
func TestPermissionSet_CheckPermissionForRepo(t *testing.T) {
t.Skip("skipping syncapi tests")
tests := []struct {
name string
permissions []*v1.Multihost_Permission