summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2024-07-20 00:32:37 -0700
committerGitHub <noreply@github.com>2024-07-20 00:32:37 -0700
commit5ef222d62ff012ad7f3f5802f99688050a904962 (patch)
tree99e17e2f8d4a57cf399f18c283d564505509c64b
parent6810e9ed2e6f587a7704538fad9986cc27a6c805 (diff)
downloadspack-5ef222d62ff012ad7f3f5802f99688050a904962.tar.gz
spack-5ef222d62ff012ad7f3f5802f99688050a904962.tar.bz2
spack-5ef222d62ff012ad7f3f5802f99688050a904962.tar.xz
spack-5ef222d62ff012ad7f3f5802f99688050a904962.zip
Testing: omit test on windows (#45340)
Re-disable a test that was enabled in #45031
-rw-r--r--lib/spack/spack/test/cmd/location.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/test/cmd/location.py b/lib/spack/spack/test/cmd/location.py
index 9b9e016f8b..9e42a03b02 100644
--- a/lib/spack/spack/test/cmd/location.py
+++ b/lib/spack/spack/test/cmd/location.py
@@ -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