Skip to content

Commit

Permalink
HADOOP-19190. Skip ITestS3AEncryptionWithDefaultS3Settings.testEncryp…
Browse files Browse the repository at this point in the history
…tionFileAttributes when bucket not encrypted with sse-kms (apache#6859)

Follow up of HADOOP-19190
  • Loading branch information
mukund-thakur authored Jun 3, 2024
1 parent f1e2ceb commit f92a8ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ protected void assertEncrypted(Path path) throws IOException {
@Test
public void testEncryptionFileAttributes() throws Exception {
describe("Test for correct encryption file attributes for SSE-KMS with user default setting.");
skipIfBucketNotKmsEncrypted();
Path path = path(createFilename(1024));
byte[] data = dataset(1024, 'a', 'z');
S3AFileSystem fs = getFileSystem();
Expand Down

0 comments on commit f92a8ab

Please sign in to comment.