Skip to content

Commit

Permalink
Unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy committed Jan 27, 2025
1 parent 5c8e864 commit 029eafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/functional/states/test_chocolatey.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def test_installed_version(clean, chocolatey, chocolatey_mod):
assert result["vim"]["installed"][0] == "9.0.1672"


@pytest.mark.skipif(True, reason="Timing out, skipping for now")
#@pytest.mark.skipif(True, reason="Timing out, skipping for now")
def test_installed_version_existing_capitalization(
everything, chocolatey, chocolatey_mod
):
Expand Down

0 comments on commit 029eafd

Please sign in to comment.