tests: Unskip AWS test scenario

Related: rhbz#1785159
This commit is contained in:
Alexander Todorov 2019-11-20 13:08:45 +02:00 committed by Alexander Todorov
parent f1e5c9fb05
commit d4b40da130

View File

@ -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")