diff --git a/pkg/create/acl_test.go b/pkg/create/acl_test.go index 59bf13e4..182257a3 100644 --- a/pkg/create/acl_test.go +++ b/pkg/create/acl_test.go @@ -199,7 +199,6 @@ func TestCreateExistingACLs(t *testing.T) { }, acl) } -// TODO: write this test func TestCreateACLsDryRun(t *testing.T) { ctx, cancel := context.WithTimeout(context.Background(), 20*time.Second) defer cancel() @@ -272,11 +271,6 @@ func TestCreateACLsDryRun(t *testing.T) { require.Equal(t, []admin.ACLInfo{}, acl) } -// TODO: write this test -func TestConsistency(t *testing.T) { - t.Fatal("not implemented") -} - func testCreator( ctx context.Context, t *testing.T,