diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2021-10-24 14:46:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-24 22:46:26 +0200 |
commit | 2003fa1b351810269bac5282a77f17c58a9544e7 (patch) | |
tree | 6464e574362f923dcea1eaa59e44baaf9c30bc76 /lib | |
parent | b481b5114a5be775d2b5ae2ba36c01e59193f167 (diff) | |
download | spack-2003fa1b351810269bac5282a77f17c58a9544e7.tar.gz spack-2003fa1b351810269bac5282a77f17c58a9544e7.tar.bz2 spack-2003fa1b351810269bac5282a77f17c58a9544e7.tar.xz spack-2003fa1b351810269bac5282a77f17c58a9544e7.zip |
Mark flaky test_ci_rebuild as xfail (#26911)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/test/cmd/ci.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/test/cmd/ci.py b/lib/spack/spack/test/cmd/ci.py index 5be2aa6a41..c17ab1b4d5 100644 --- a/lib/spack/spack/test/cmd/ci.py +++ b/lib/spack/spack/test/cmd/ci.py @@ -677,6 +677,7 @@ spack: assert not any('externaltool' in key for key in yaml_contents) +@pytest.mark.xfail(reason='fails intermittently and covered by gitlab ci') def test_ci_rebuild(tmpdir, mutable_mock_env_path, install_mockery, mock_packages, monkeypatch, mock_gnupghome, mock_fetch, project_dir_env, |