ahmarsuhail commented on code in PR #6165:
URL: https://github.com/apache/hadoop/pull/6165#discussion_r1365032397
##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/S3ATestUtils.java:
##########
@@ -1471,6 +1471,20 @@ public static void skipIfEncryptionNotSet(Configuration
configuration,
}
}
+ /**
+ * Skip a test if any encryption algorithm is used.
+ *
+ * @param configuration configuration to probe.
+ */
+ public static void skipIfAnyEncryptionSet(Configuration configuration)
throws IOException {
Review Comment:
think we can remove this now?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]