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:
parent
3ee07001b1
commit
a0322afec3
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user