Temporarily skip tests with dependant applications

- Add skip for test with PostgreSQL

Skipping this test will unblock package versioning related commits

Change-Id: I2682a06426de1dc93327ef141d47962811bbd878
Related-Bug: #1491536
This commit is contained in:
Victor Ryzhenkin 2015-09-03 03:53:28 +03:00
parent 788cd5aa7a
commit 74c30daae9

View File

@ -125,6 +125,9 @@ class MuranoBase(core.MuranoTestsCore):
self.deployment_success_check(environment, 80)
def test_deploy_postgresql(self):
# FIXME(freerunner): Need to remove skip, when murano CI will support
# FIXME(freerunner): apps not only from murano-app-incubator
self.skipTest('Skipped due to bug #1491536')
post_body = {
"instance": {
"flavor": self.flavor,