Skip to content

Commit b732d3a

Browse files
committed
Parallel computing sstables hashes
1 parent 4a0db60 commit b732d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

s3/src/test/java/com/instaclustr/esop/backup/embedded/s3/aws/v2/CassandraAWSS3BackupRestoreTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ public void run() throws Exception {
9595
}
9696

9797
private void runWithEncryption(ThrowingRunnable test) throws Exception {
98-
String kmsKeyId = System.getProperty(TEST_ESOP_AWS_KMS_WRAPPING_KEY);
98+
// String kmsKeyId = System.getProperty(TEST_ESOP_AWS_KMS_WRAPPING_KEY);
99+
String kmsKeyId = "814db3a9-2135-4e24-9b28-ec88ef2295d7";
99100
assumeTrue(kmsKeyId != null, "Cannot continue as " + TEST_ESOP_AWS_KMS_WRAPPING_KEY + " is not set!");
100101
System.setProperty(AWS_KMS_KEY_ID_PROPERTY, kmsKeyId);
101102

0 commit comments

Comments
 (0)