We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018125f commit d96f858Copy full SHA for d96f858
tests/io/test_pyarrow.py
@@ -1756,6 +1756,7 @@ def test_read_specified_bytes_for_file_gcs(pyarrow_fileio_gcs: PyArrowFileIO) ->
1756
1757
1758
@pytest.mark.gcs
1759
+@pytest.mark.skip(reason="Open issue on Arrow: https://github.com/apache/arrow/issues/36993")
1760
def test_raise_on_opening_file_not_found_gcs(pyarrow_fileio_gcs: PyArrowFileIO) -> None:
1761
"""Test that PyArrowFile raises appropriately when the gcs file is not found"""
1762
0 commit comments