summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2024-02-27 00:36:10 -0800
committerGitHub <noreply@github.com>2024-02-27 09:36:10 +0100
commit5c26ce5385c1dfa37626826a196e25e96c5f12eb (patch)
tree6db9f3936592677602b057605300a0377fdeb082 /lib
parent02137dda17848b8de2e88e659244c1acc24c02e0 (diff)
downloadspack-5c26ce5385c1dfa37626826a196e25e96c5f12eb.tar.gz
spack-5c26ce5385c1dfa37626826a196e25e96c5f12eb.tar.bz2
spack-5c26ce5385c1dfa37626826a196e25e96c5f12eb.tar.xz
spack-5c26ce5385c1dfa37626826a196e25e96c5f12eb.zip
skip test which is causing spurious failures on Windows (#42832)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/cmd/external.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/spack/spack/test/cmd/external.py b/lib/spack/spack/test/cmd/external.py
index 362b2360a5..deb334090f 100644
--- a/lib/spack/spack/test/cmd/external.py
+++ b/lib/spack/spack/test/cmd/external.py
@@ -94,6 +94,9 @@ def test_get_executables(working_env, mock_executable):
external = SpackCommand("external")
+# TODO: this test should be made to work, but in the meantime it is
+# causing intermittent (spurious) CI failures on all PRs
+@pytest.mark.skipif(sys.platform == "win32", reason="Test fails intermittently on Windows")
def test_find_external_cmd_not_buildable(mutable_config, working_env, mock_executable):
"""When the user invokes 'spack external find --not-buildable', the config
for any package where Spack finds an external version should be marked as