skip test which is causing spurious failures on Windows (#42832)

This commit is contained in:
Peter Scheibel 2024-02-27 00:36:10 -08:00 committed by GitHub
parent 02137dda17
commit 5c26ce5385
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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