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 #10270 from jaryn/remove_test_provisioning_schedul…
Browse files Browse the repository at this point in the history
…e_on_tower

[RFR] Remove provisioning schedule test running against ansible tower.
  • Loading branch information
mshriver authored Aug 3, 2020
2 parents 938455c + 744a8d8 commit 64e6122
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cfme/tests/infrastructure/test_provisioning_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
pytest.mark.long_running,
test_requirements.provision,
pytest.mark.tier(3),
pytest.mark.provider(gen_func=providers, scope="module"),
pytest.mark.provider(gen_func=providers, scope="module",
filters=[ProviderFilter(required_flags=['provision'])])

]


Expand Down

0 comments on commit 64e6122

Please sign in to comment.