We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b910966 commit 8e177deCopy full SHA for 8e177de
1 file changed
tests/unit/utils/deploy/test_Deploy__Serverless_Fast_API.py
@@ -17,6 +17,8 @@
17
class test_Deploy__Serverless_Fast_API(TestCase):
18
@classmethod
19
def setUpClass(cls):
20
+ import pytest
21
+ pytest.skip('LocalStack-based test — deprecating in favour of real AWS deploy tests')
22
#skip__if_not__in_github_actions()
23
setup_local_stack() # deploy lambda to localstack
24
cls.ephemeral_storage = 1048
0 commit comments