Skip Azure test b/c misconfigured infra & creds

Also causes failures on the Cockpit side of things, see
https://github.com/cockpit-project/cockpit/pull/12645
This commit is contained in:
Alexander Todorov 2019-08-28 11:04:36 +03:00 committed by Lars Karlitski
parent 3ee07001b1
commit a0322afec3
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/python3
import unittest
import composertest
@ -7,6 +9,7 @@ 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")