Rollback simple ACL rules.

This commit is contained in:
Givi Khojanashvili
2023-04-11 20:53:42 +04:00
parent 251f2d7bc2
commit 2ecba370a3
4 changed files with 98 additions and 6 deletions

View File

@@ -136,6 +136,8 @@ func TestAccountManager_GetNetworkMap(t *testing.T) {
}
func TestAccountManager_GetNetworkMapWithPolicy(t *testing.T) {
// TODO: disable until we start use policy again
t.Skip()
manager, err := createManager(t)
if err != nil {
t.Fatal(err)