mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-20 22:52:06 +00:00
disable youtube test until it can be debugged (#380)
This commit is contained in:
parent
6dbd2d110e
commit
ba063e78ce
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user