Skip to content

Commit

Permalink
Disable galaxy role installation
Browse files Browse the repository at this point in the history
Workaround-For: ansible/galaxy#2030
Fixes: ansible#2334
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
  • Loading branch information
ssbarnea committed Sep 27, 2019
1 parent 3d39f10 commit 6520bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions molecule/test/functional/test_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def test_command_create(scenario_to_test, with_scenario, scenario_name):
pytest.helpers.run_command(cmd)


@pytest.mark.skip(reason="Disabled due to https://github.com/ansible/galaxy/issues/2030")
@pytest.mark.parametrize(
'scenario_to_test, driver_name, scenario_name',
[
Expand Down

0 comments on commit 6520bb3

Please sign in to comment.