disable youtube test until it can be debugged (#380)

This commit is contained in:
peterychang 2024-08-20 14:08:56 -04:00 committed by GitHub
parent 6dbd2d110e
commit ba063e78ce

View File

@ -103,9 +103,10 @@ def test_mdconvert_remote() -> None:
assert test_string in result.text_content
# Youtube
result = mdconvert.convert(YOUTUBE_TEST_URL)
for test_string in YOUTUBE_TEST_STRINGS:
assert test_string in result.text_content
# TODO: This test randomly fails for some reason. Haven't been able to repro it yet. Disabling until I can debug the issue
# result = mdconvert.convert(YOUTUBE_TEST_URL)
# for test_string in YOUTUBE_TEST_STRINGS:
# assert test_string in result.text_content
@pytest.mark.skipif(