Testing: omit test on windows (#45340)

Re-disable a test that was enabled in #45031
This commit is contained in:
Peter Scheibel 2024-07-20 00:32:37 -07:00 committed by GitHub
parent 6810e9ed2e
commit 5ef222d62f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,6 +123,7 @@ def test_location_env_missing():
@pytest.mark.db
@pytest.mark.not_on_windows("Broken on Windows")
def test_location_install_dir(mock_spec):
"""Tests spack location --install-dir."""
spec, _ = mock_spec