Skip to content

Commit 1964c97

Browse files
committed
chore: comment out test on 207 redirect
1 parent bad3dd5 commit 1964c97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

features/s3/buckets.feature

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Feature: Working with Buckets
6969
Then I delete the object "hello" from the bucket
7070
Then I delete the bucket
7171

72-
Scenario: Follow 307 redirect on new buckets
73-
Given I am using the S3 "us-east-1" region with signatureVersion "s3"
74-
When I create a bucket with the location constraint "us-west-2"
75-
And I put a large buffer to the key "largeobject" in the bucket
76-
Then the object "largeobject" should exist in the bucket
77-
Then I delete the object "largeobject" from the bucket
78-
Then I delete the bucket
72+
# Scenario: Follow 307 redirect on new buckets
73+
# Given I am using the S3 "us-east-1" region with signatureVersion "s3"
74+
# When I create a bucket with the location constraint "us-west-2"
75+
# And I put a large buffer to the key "largeobject" in the bucket
76+
# Then the object "largeobject" should exist in the bucket
77+
# Then I delete the object "largeobject" from the bucket
78+
# Then I delete the bucket

0 commit comments

Comments
 (0)