tests: Unskip AWS test scenario
Related: rhbz#1785159
This commit is contained in:
parent
f1e5c9fb05
commit
d4b40da130
@ -1,12 +1,9 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import composertest
|
import composertest
|
||||||
|
|
||||||
|
|
||||||
class TestCloud(composertest.ComposerTestCase):
|
class TestCloud(composertest.ComposerTestCase):
|
||||||
@unittest.skip('Disabled b/c of RequestTimeTooSkewed issue')
|
|
||||||
def test_aws(self):
|
def test_aws(self):
|
||||||
self.runCliTest("/tests/cli/test_build_and_deploy_aws.sh")
|
self.runCliTest("/tests/cli/test_build_and_deploy_aws.sh")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user