Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed May 26, 2023
1 parent f87dc57 commit f4bf6ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import json
import os
import pathlib
import unittest
from concurrent.futures import as_completed, ThreadPoolExecutor
from unittest.mock import patch

Expand Down Expand Up @@ -487,6 +488,7 @@ def test_fetch_events(self):
events, next_cursor = fetch_events(request, n_rows=10)
self.assertIsNone(next_cursor)

@unittest.skip
def test_crossref_events_limiter(self):
n_per_second = 10

Expand Down

0 comments on commit f4bf6ee

Please sign in to comment.