Skip to content

Commit 3e36526

Browse files
revert skip tests
1 parent 7e513eb commit 3e36526

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/io/test_pyarrow.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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")
16811682
def 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")
17151717
def 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")
17351738
def 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")
17931797
def 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")
18201825
def 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

Comments
 (0)