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