Skip to content

Commit

Permalink
Delete bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Sep 3, 2024
1 parent 4870a95 commit 8a0f28c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions python/pyarrow/tests/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -3376,13 +3376,6 @@ def test_invalid_non_join_column():
assert exp_error_msg in str(excinfo.value)


def test_is_cpu():
chunked_array = pa.chunked_array([])
assert chunked_array._init_is_cpu is False
assert chunked_array.is_cpu() is True
assert chunked_array._init_is_cpu is True


@pytest.fixture
def cuda_context():
cuda = pytest.importorskip("pyarrow.cuda")
Expand Down

0 comments on commit 8a0f28c

Please sign in to comment.