Skip to content

Commit

Permalink
Marking was not required
Browse files Browse the repository at this point in the history
Co-authored-by: Michael J Ward <Michael-J-Ward@users.noreply.github.com>
  • Loading branch information
timsaucer and Michael-J-Ward committed Aug 28, 2024
1 parent 7cc807d commit babeb77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/datafusion/tests/test_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def test_from_arrow_table(ctx):
assert df.collect()[0].num_rows == 3


@pytest.mark.skip
def record_batch_generator(num_batches: int):
schema = pa.schema([("a", pa.int64()), ("b", pa.int64())])
for i in range(num_batches):
Expand Down

0 comments on commit babeb77

Please sign in to comment.