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

Commit

Permalink
Updating blockers for test_ssa_schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-zmeskal committed Nov 23, 2018
1 parent 64b678b commit 2240b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cfme/tests/cloud_infra_common/test_vm_instance_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,8 @@ def test_ssa_compliance(local_setup_provider, ssa_compliance_profile, ssa_vm,
@pytest.mark.rhv3
@pytest.mark.tier(2)
@pytest.mark.long_running
@pytest.mark.meta(blockers=[BZ(1578792, forced_streams=['5.8', '5.9'],
unblock=lambda provider: vm_system_type != 'redhat')])
@pytest.mark.meta(blockers=[GH('ManageIQ/integration_tests:8157',
unblock=lambda provider: not provider.one_of(RHEVMProvider))])
def test_ssa_schedule(ssa_vm, schedule_ssa, soft_assert, vm_system_type):
""" Tests SSA can be performed and returns sane results
Expand Down

0 comments on commit 2240b63

Please sign in to comment.