Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpotts committed Oct 8, 2024
1 parent 10d888b commit 3092942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/numpy/manipulation_functions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_flip_multi_dim_bool(self, size):
assert_equal(f, f2)

# Currently there is a bug in the reverse indexing of Strings (#3821) that causes this test to fail.
@pytest.skip("Skip until bug fix Ticket #3821 is completed.")
@pytest.mark.skip("Skip until bug fix Ticket #3821 is completed.")
@pytest.mark.parametrize("size", pytest.prob_size)
def test_flip_string(self, size):
s = ak.random_strings_uniform(1, 2, size, seed=seed)
Expand Down

0 comments on commit 3092942

Please sign in to comment.