Testing: omit test on windows (#45340)
Re-disable a test that was enabled in #45031
This commit is contained in:
parent
6810e9ed2e
commit
5ef222d62f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user