Skip to content

Commit

Permalink
Mark integration tests that cannot be run with vended credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Mar 18, 2013
1 parent 52177fa commit 75f2073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions features/elasticbeanstalk/elasticbeanstalk.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Feature: AWS Elastic Beanstalk

I want to use AWS Elastic Beanstalk

@requiresakid
Scenario: Creating applications and application versions
Given I create an Elastic Beanstalk application with name prefix "aws-js-sdk"
And I create an Elastic Beanstalk application version with label "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion features/importexport/importexport.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# language governing permissions and limitations under the License.

# language: en
@importexport
@importexport @requiresakid
Feature: AWS Import/Export

I want to use AWS Import/Export
Expand Down
1 change: 1 addition & 0 deletions features/sts/sts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Feature: AWS Security Token Service

I want to use AWS Security Token Service

@requiresakid
Scenario: Get a session token
Given I get an STS session token with a duration of 900 seconds
Then the result should contain an access key ID and secret access key
Expand Down

0 comments on commit 75f2073

Please sign in to comment.