From fdf2a937f0a537ed5e53f4de8981789dd600583c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Wed, 26 Feb 2025 12:36:43 -0800 Subject: [PATCH] test: mark the reason for xfails --- tests/test_units.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_units.py b/tests/test_units.py index d49b067..096f632 100644 --- a/tests/test_units.py +++ b/tests/test_units.py @@ -261,6 +261,7 @@ blocks: # Some changes to the brozzler ydl interface not represented in this test +# https://github.com/internetarchive/brozzler/issues/330 @pytest.mark.xfail def test_proxy_down(): """ @@ -474,6 +475,7 @@ def test_thread_raise_second_with_block(): # brozzler.ydl.YoutubeDLSpy is missing +# https://github.com/internetarchive/brozzler/issues/330 @pytest.mark.xfail def test_needs_browsing(): # only one test case here right now, which exposed a bug