diff --git a/packages/markitdown/tests/test_cli_vectors.py b/packages/markitdown/tests/test_cli_vectors.py index be09b1d..64128d6 100644 --- a/packages/markitdown/tests/test_cli_vectors.py +++ b/packages/markitdown/tests/test_cli_vectors.py @@ -132,15 +132,6 @@ def test_convert_url(shared_tmp_dir, test_vector): """Test the conversion of a stream with no stream info.""" # Note: tmp_dir is not used here, but is needed to match the signature - # For some limited exceptions, we can't guarantee the exact - # mimetype or extension, so we'll special-case them here. - if test_vector.filename in [ - # This appears to be a subtle bug in magika. - # See: https://github.com/google/magika/issues/983 - "test_mskanji.csv", - ]: - return - markitdown = MarkItDown() time.sleep(1) # Ensure we don't hit rate limits diff --git a/packages/markitdown/tests/test_module_vectors.py b/packages/markitdown/tests/test_module_vectors.py index 1c29e1e..9afffa5 100644 --- a/packages/markitdown/tests/test_module_vectors.py +++ b/packages/markitdown/tests/test_module_vectors.py @@ -112,15 +112,6 @@ def test_convert_url(test_vector): """Test the conversion of a stream with no stream info.""" markitdown = MarkItDown() - # For some limited exceptions, we can't guarantee the exact - # mimetype or extension, so we'll special-case them here. - if test_vector.filename in [ - # This appears to be a subtle bug in magika. - # See: https://github.com/google/magika/issues/983 - "test_mskanji.csv", - ]: - return - time.sleep(1) # Ensure we don't hit rate limits result = markitdown.convert(