Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8229 from jaryn/migration_blocker
Browse files Browse the repository at this point in the history
[RFR] Add blocker to test_upgrade_single_inplace
  • Loading branch information
mshriver authored Dec 4, 2018
2 parents 6dec86b + f6133c7 commit 5b96565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cfme/tests/test_db_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def is_provider_replicated(app, app2):
wait_for(is_provider_replicated, func_args=[app, app2], timeout=30)


@pytest.mark.meta(blockers=[BZ(1655143, forced_streams=[5.9])])
def test_upgrade_single_inplace(appliance_preupdate, appliance):
"""Tests appliance upgrade between streams"""
appliance_preupdate.evmserverd.stop()
Expand Down

0 comments on commit 5b96565

Please sign in to comment.