From ba0784d0ee0d85e71fb2f6b3b9efd44cc0384af8 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 3 Oct 2019 12:50:24 +0300 Subject: [PATCH] tests: unskip Azure scenario --- test/check-cloud | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/check-cloud b/test/check-cloud index b6ccf85a..6877390b 100755 --- a/test/check-cloud +++ b/test/check-cloud @@ -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")