NihalJain commented on code in PR #6184: URL: https://github.com/apache/hbase/pull/6184#discussion_r1738058267
########## bin/hbase: ########## @@ -766,13 +767,6 @@ elif [ "$COMMAND" = "copyreppeers" ] ; then CLASS='org.apache.hadoop.hbase.replication.CopyReplicationPeers' else CLASS=$COMMAND -if [[ "$CLASS" =~ .*IntegrationTest.* ]] ; then Review Comment: should we be really be dropping this? how other will run IT if dropped? need to think more on this! -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org