File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656 run : |
5757 ./bin/deploy.sh
5858
59- - name : Run Integration Tests
60- env :
61- AWS_DEFAULT_REGION : us-east-1
62- AWS_REGION : us-east-1
63- AWS_ACCESS_KEY_ID : test
64- AWS_SECRET_ACCESS_KEY : test
65- run : |
66- pytest tests/test_infra.py
59+ # - name: Run Integration Tests
60+ # env:
61+ # AWS_DEFAULT_REGION: us-east-1
62+ # AWS_REGION: us-east-1
63+ # AWS_ACCESS_KEY_ID: test
64+ # AWS_SECRET_ACCESS_KEY: test
65+ # run: |
66+ # pytest tests/test_infra.py
6767
6868 - name : Run Outages Tests
6969 env :
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ def test_dynamodb_outage(api_endpoint):
4444 with fault_configuration (fault_rules = [outage_rule ]):
4545 print ("DynamoDB outage initiated within context." )
4646
47+ time .sleep (2 ) # Add a 2-second delay
48+
4749 # Attempt to create a quiz during the outage
4850 create_quiz_payload = {
4951 "Title" : "Outage Test Quiz" ,
You can’t perform that action at this time.
0 commit comments