From 70f4eef020a71b8b5eed726e7304f45b04ca7537 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Fri, 16 May 2025 18:35:42 +0200 Subject: [PATCH] test_migrate_diff: mark xfail on Windows for now (#50513) Signed-off-by: Massimiliano Culpo --- lib/spack/spack/test/cmd/repo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/spack/spack/test/cmd/repo.py b/lib/spack/spack/test/cmd/repo.py index e73afbb9363..c7019f35682 100644 --- a/lib/spack/spack/test/cmd/repo.py +++ b/lib/spack/spack/test/cmd/repo.py @@ -142,6 +142,7 @@ def test_repo_migrate(tmp_path: pathlib.Path, config): assert pkg_py_numpy_new.read_bytes() == NEW_NUMPY +@pytest.mark.not_on_windows("Known failure on windows") def test_migrate_diff(git: Executable, tmp_path: pathlib.Path): root, _ = spack.repo.create_repo(str(tmp_path), "foo", package_api=(2, 0)) r = pathlib.Path(root)