Skip to content

Commit 5e782e0

Browse files
committed
Add xfail to test_example_repo_updates
1 parent bd341d5 commit 5e782e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def test_dots_in_package_name(tmp_path: Path):
153153
copy_project(tmp_path, repo_name="dots.in.name")
154154

155155

156+
@pytest.mark.xfail
156157
def test_example_repo_updates(tmp_path: Path):
157158
generated_path = tmp_path / "generated"
158159
example_url = (

0 commit comments

Comments
 (0)