diff --git a/functional_tests.go b/functional_tests.go index 4cc8053d4..f743d750f 100644 --- a/functional_tests.go +++ b/functional_tests.go @@ -13574,7 +13574,6 @@ func main() { if isFullMode() { testGetObjectAttributes() testGetObjectAttributesErrorCases() - testGetObjectAttributesSSECEncryption() testMakeBucketErrorV2() testGetObjectClosedTwiceV2() testFPutObjectV2() @@ -13646,6 +13645,7 @@ func main() { // SSE-C tests will only work over TLS connection. if tls { + testGetObjectAttributesSSECEncryption() testSSECEncryptionPutGet() testSSECEncryptionFPut() testSSECEncryptedGetObjectReadAtFunctional()