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:
parent
788cd5aa7a
commit
74c30daae9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user