tests: unskip Azure scenario
This commit is contained in:
parent
edde42af98
commit
f1e75264b6
@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import unittest
|
|
||||||
import composertest
|
import composertest
|
||||||
|
|
||||||
|
|
||||||
@ -8,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('Problem with credentials')
|
|
||||||
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