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 #9993 from nachandr/fix_cancel_migration
Browse files Browse the repository at this point in the history
[RFR] Remove UCI blocker BZ for test_v2v_cancel_migrations.py tests
  • Loading branch information
jawatts authored Mar 18, 2020
2 parents 7acca68 + d1f560f commit 3d99ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfme/tests/v2v/test_v2v_cancel_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
scope="module",
),
pytest.mark.usefixtures("v2v_provider_setup"),
pytest.mark.meta(blockers=[1807770]),
test_requirements.v2v
]

Expand Down Expand Up @@ -218,6 +217,7 @@ def test_retry_migration_plan(cancel_migration_plan,
Bugzilla:
1755632
1746592
1807770
"""
migration_plan = cancel_migration_plan
view = navigate_to(migration_plan, "Complete")
Expand Down

0 comments on commit 3d99ed2

Please sign in to comment.