Skip to content

Commit

Permalink
skip git tests
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jan 14, 2025
1 parent 521c162 commit 4b17e9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_juv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 4b17e9d

Please sign in to comment.