Skip to content

Commit

Permalink
remove slow marker from test_statistics_with_tokenize()
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Nov 8, 2023
1 parent fe751a8 commit 25fe52d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def test_statistics(dataset):
}


@pytest.mark.slow
def test_statistics_with_tokenize(dataset):
statistic = TokenCountCollector(
text_field="text",
Expand Down

0 comments on commit 25fe52d

Please sign in to comment.