@@ -1678,6 +1678,7 @@ def test_new_output_file_gcs(pyarrow_fileio_gcs: PyArrowFileIO) -> None:
16781678
16791679
16801680@pytest .mark .gcs
1681+ @pytest .mark .skip (reason = "Open issue on Arrow: https://github.com/apache/arrow/issues/36993" )
16811682def test_write_and_read_file_gcs (pyarrow_fileio_gcs : PyArrowFileIO ) -> None :
16821683 """Test writing and reading a file using PyArrowFile"""
16831684 location = f"gs://warehouse/{ uuid4 ()} .txt"
@@ -1712,6 +1713,7 @@ def test_getting_length_of_file_gcs(pyarrow_fileio_gcs: PyArrowFileIO) -> None:
17121713
17131714
17141715@pytest .mark .gcs
1716+ @pytest .mark .skip (reason = "Open issue on Arrow: https://github.com/apache/arrow/issues/36993" )
17151717def test_file_tell_gcs (pyarrow_fileio_gcs : PyArrowFileIO ) -> None :
17161718 location = f"gs://warehouse/{ uuid4 ()} "
17171719
@@ -1732,6 +1734,7 @@ def test_file_tell_gcs(pyarrow_fileio_gcs: PyArrowFileIO) -> None:
17321734
17331735
17341736@pytest .mark .gcs
1737+ @pytest .mark .skip (reason = "Open issue on Arrow: https://github.com/apache/arrow/issues/36993" )
17351738def test_read_specified_bytes_for_file_gcs (pyarrow_fileio_gcs : PyArrowFileIO ) -> None :
17361739 location = f"gs://warehouse/{ uuid4 ()} "
17371740
@@ -1790,6 +1793,7 @@ def test_checking_if_a_file_exists_gcs(pyarrow_fileio_gcs: PyArrowFileIO) -> Non
17901793
17911794
17921795@pytest .mark .gcs
1796+ @pytest .mark .skip (reason = "Open issue on Arrow: https://github.com/apache/arrow/issues/36993" )
17931797def test_closing_a_file_gcs (pyarrow_fileio_gcs : PyArrowFileIO ) -> None :
17941798 """Test closing an output file and input file"""
17951799 filename = str (uuid4 ())
@@ -1817,6 +1821,7 @@ def test_converting_an_outputfile_to_an_inputfile_gcs(pyarrow_fileio_gcs: PyArro
18171821
18181822
18191823@pytest .mark .gcs
1824+ @pytest .mark .skip (reason = "Open issue on Arrow: https://github.com/apache/arrow/issues/36993" )
18201825def test_writing_avro_file_gcs (generated_manifest_entry_file : str , pyarrow_fileio_gcs : PyArrowFileIO ) -> None :
18211826 """Test that bytes match when reading a local avro file, writing it using pyarrow file-io, and then reading it again"""
18221827 filename = str (uuid4 ())
0 commit comments