Skip to content

Commit

Permalink
Moving SSE test to TLS block
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Jan 8, 2024
1 parent be63502 commit 98c4e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -13574,7 +13574,6 @@ func main() {
if isFullMode() {
testGetObjectAttributes()
testGetObjectAttributesErrorCases()
testGetObjectAttributesSSECEncryption()
testMakeBucketErrorV2()
testGetObjectClosedTwiceV2()
testFPutObjectV2()
Expand Down Expand Up @@ -13646,6 +13645,7 @@ func main() {

// SSE-C tests will only work over TLS connection.
if tls {
testGetObjectAttributesSSECEncryption()
testSSECEncryptionPutGet()
testSSECEncryptionFPut()
testSSECEncryptedGetObjectReadAtFunctional()
Expand Down

0 comments on commit 98c4e54

Please sign in to comment.