Skip to content

Commit 8e177de

Browse files
committed
removed test that used localstack
1 parent b910966 commit 8e177de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/unit/utils/deploy/test_Deploy__Serverless_Fast_API.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
class test_Deploy__Serverless_Fast_API(TestCase):
1818
@classmethod
1919
def setUpClass(cls):
20+
import pytest
21+
pytest.skip('LocalStack-based test — deprecating in favour of real AWS deploy tests')
2022
#skip__if_not__in_github_actions()
2123
setup_local_stack() # deploy lambda to localstack
2224
cls.ephemeral_storage = 1048

0 commit comments

Comments
 (0)