Skip to content

Commit a71dff8

Browse files
authored
Disable S3 SSE integration tests (#4545)
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 85c3781 commit a71dff8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration/s3_storage_client_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ func TestS3Client(t *testing.T) {
9494

9595
for _, tt := range tests {
9696
t.Run(tt.name, func(t *testing.T) {
97+
switch tt.name {
98+
case "config-with-deprecated-sse", "config-with-sse-s3":
99+
t.Skip("TODO: Issue #4543")
100+
}
101+
97102
client, err := s3.NewS3ObjectClient(tt.cfg)
98103

99104
require.NoError(t, err)

0 commit comments

Comments
 (0)