This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 29a1b00e22 Remove TODOs in PermissionsIT (#3001)
29a1b00e22 is described below

commit 29a1b00e220217f9bb01526d3e4635fb21b9b980
Author: Dom G <domgargu...@apache.org>
AuthorDate: Wed Oct 19 17:06:25 2022 -0400

    Remove TODOs in PermissionsIT (#3001)
    
    * remove triaged TODO, which is now issue #3027
---
 .../main/java/org/apache/accumulo/test/functional/PermissionsIT.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java 
b/test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java
index 62ffbea8ad..ebbcba95bd 100644
--- a/test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/functional/PermissionsIT.java
@@ -419,7 +419,7 @@ public class PermissionsIT extends AccumuloClusterHarness {
         break;
       case OBTAIN_DELEGATION_TOKEN:
         if (saslEnabled()) {
-          // TODO Try to obtain a delegation token without the permission
+          // not implemented
         }
         break;
       case GRANT:
@@ -592,7 +592,7 @@ public class PermissionsIT extends AccumuloClusterHarness {
         break;
       case OBTAIN_DELEGATION_TOKEN:
         if (saslEnabled()) {
-          // TODO Try to obtain a delegation token with the permission
+          // not implemented
         }
         break;
       case GRANT:

Reply via email to