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

[1LP][RFR] Updating blockers for test_ssa_schedule #8188

Merged
merged 1 commit into from
Nov 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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