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