tests: unskip Azure scenario

This commit is contained in:
Alexander Todorov 2019-10-03 12:50:24 +03:00 committed by Lars Karlitski
parent 51ce751b16
commit ba0784d0ee
1 changed files with 0 additions and 3 deletions

View File

@ -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")