DomGarguilo commented on code in PR #5736: URL: https://github.com/apache/accumulo/pull/5736#discussion_r2201331391
########## test/src/main/java/org/apache/accumulo/test/functional/TabletManagementIteratorIT.java: ########## @@ -311,6 +334,8 @@ public void test() throws AccumuloException, AccumuloSecurityException, TableExi // clean up dropTables(client, t1, t2, t3, t4, metaCopy1, metaCopy2, metaCopy3, metaCopy4, metaCopy5, metaCopy6); + } finally { + super.teardownCluster(); Review Comment: I'll take a look. I was just going off of the addition from #5627 which did things this way. Not sure if that IT should be fixed too or not. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org