From 4b17e9dbd7371a9341d183771a3f3c543d36e1ca Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Mon, 13 Jan 2025 22:48:26 -0500 Subject: [PATCH] skip git tests --- tests/test_juv.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_juv.py b/tests/test_juv.py index aa1d9ad..f991ba7 100644 --- a/tests/test_juv.py +++ b/tests/test_juv.py @@ -693,6 +693,7 @@ def test_add_local_package_as_editable( """) +@pytest.mark.skip(reason="Currently too flaky to run in CI") def test_add_git_default( tmp_path: pathlib.Path, monkeypatch: pytest.MonkeyPatch, @@ -717,6 +718,7 @@ def test_add_git_default( """) +@pytest.mark.skip(reason="Currently too flaky to run in CI") def test_add_git_tag( tmp_path: pathlib.Path, monkeypatch: pytest.MonkeyPatch, @@ -749,6 +751,7 @@ def test_add_git_tag( """) +@pytest.mark.skip(reason="Currently too flaky to run in CI") def test_add_git_branch( tmp_path: pathlib.Path, monkeypatch: pytest.MonkeyPatch, @@ -781,6 +784,7 @@ def test_add_git_branch( """) +@pytest.mark.skip(reason="Currently too flaky to run in CI") def test_add_git_rev( tmp_path: pathlib.Path, monkeypatch: pytest.MonkeyPatch,