Skip to content

Commit 497082d

Browse files
pracuccialvinlin123
authored andcommitted
Disable S3 SSE integration tests (cortexproject#4545)
Signed-off-by: Marco Pracucci <[email protected]> Signed-off-by: Alvin Lin <[email protected]>
1 parent 129e808 commit 497082d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

integration/s3_storage_client_test.go

Lines changed: 5 additions & 0 deletions
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)