(ci/cd) aws suspended account

This commit is contained in:
Ishaan Jaff 2024-04-04 17:43:16 -07:00
parent 0b748f2eb0
commit 7f50b80917

View file

@ -15,6 +15,7 @@ import time, random
import pytest
@pytest.mark.skip(reason="AWS Suspended Account")
def test_s3_logging():
# all s3 requests need to be in one test function
# since we are modifying stdout, and pytests runs tests in parallel
@ -124,6 +125,7 @@ def test_s3_logging():
# test_s3_logging()
@pytest.mark.skip(reason="AWS Suspended Account")
def test_s3_logging_async():
# this tests time added to make s3 logging calls, vs just acompletion calls
try: