Skip to content

Commit 79fa8c3

Browse files
remove website test
1 parent 879ebee commit 79fa8c3

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
Feature: Bucket Websites
1+
# Feature: Bucket Websites
22

3-
@2.6.0
4-
@PreMerge
5-
@BucketWebsite
6-
Scenario Outline: Bucket Website CRUD
7-
# The scenario should test that we can put a bucket website configuration on a bucket
8-
# send an index.html
9-
# And also use a pensieve API to add the new endpoint to the list
10-
# Then using the local etc hosts, we should be able to load the html page
11-
Given an existing bucket "website" "" versioning, "without" ObjectLock "without" retention mode
12-
And an index html file
13-
When the user puts the bucket website configuration
14-
And the user creates an S3 Bucket policy granting public read access
15-
And the "<domain>" endpoint is added to the overlay
16-
Then the user should be able to load the index.html file from the "<domain>" endpoint
3+
# @2.6.0
4+
# @PreMerge
5+
# @BucketWebsite
6+
# Scenario Outline: Bucket Website CRUD
7+
# # The scenario should test that we can put a bucket website configuration on a bucket
8+
# # send an index.html
9+
# # And also use a pensieve API to add the new endpoint to the list
10+
# # Then using the local etc hosts, we should be able to load the html page
11+
# Given an existing bucket "website" "" versioning, "without" ObjectLock "without" retention mode
12+
# And an index html file
13+
# When the user puts the bucket website configuration
14+
# And the user creates an S3 Bucket policy granting public read access
15+
# And the "<domain>" endpoint is added to the overlay
16+
# Then the user should be able to load the index.html file from the "<domain>" endpoint
1717

18-
Examples:
19-
| domain |
20-
| mywebsite.com |
18+
# Examples:
19+
# | domain |
20+
# | mywebsite.com |

0 commit comments

Comments
 (0)