File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2010,8 +2010,8 @@ async def test_srv_max_hosts_kwarg(self):
2010
2010
"loadBalanced clients do not run SDAM" ,
2011
2011
)
2012
2012
@unittest .skipIf (sys .platform == "win32" , "Windows does not support SIGSTOP" )
2013
- @unittest .skipUnless (_is_faas (), "Non-FaaS environments raise timeouts faster" )
2014
2013
@async_client_context .require_sync
2014
+ @mock .patch .dict ("os.environ" , {"AWS_LAMBDA_RUNTIME_API" : "1" })
2015
2015
def test_sigstop_sigcont (self ):
2016
2016
test_dir = os .path .dirname (os .path .realpath (__file__ ))
2017
2017
script = os .path .join (test_dir , "sigstop_sigcont.py" )
Original file line number Diff line number Diff line change @@ -1967,8 +1967,8 @@ def test_srv_max_hosts_kwarg(self):
1967
1967
"loadBalanced clients do not run SDAM" ,
1968
1968
)
1969
1969
@unittest .skipIf (sys .platform == "win32" , "Windows does not support SIGSTOP" )
1970
- @unittest .skipUnless (_is_faas (), "Non-FaaS environments raise timeouts faster" )
1971
1970
@client_context .require_sync
1971
+ @mock .patch .dict ("os.environ" , {"AWS_LAMBDA_RUNTIME_API" : "1" })
1972
1972
def test_sigstop_sigcont (self ):
1973
1973
test_dir = os .path .dirname (os .path .realpath (__file__ ))
1974
1974
script = os .path .join (test_dir , "sigstop_sigcont.py" )
You can’t perform that action at this time.
0 commit comments