tests: unskip Azure scenario
This commit is contained in:
parent
51ce751b16
commit
ba0784d0ee
@ -1,7 +1,5 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
import composertest
|
import composertest
|
||||||
|
|
||||||
|
|
||||||
@ -9,7 +7,6 @@ class TestCloud(composertest.ComposerTestCase):
|
|||||||
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")
|
||||||
|
|
||||||
@unittest.skip('Infra is misconfigured and this was failing in the past')
|
|
||||||
def test_azure(self):
|
def test_azure(self):
|
||||||
self.runCliTest("/tests/cli/test_build_and_deploy_azure.sh")
|
self.runCliTest("/tests/cli/test_build_and_deploy_azure.sh")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user