We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ed0cd commit ad402a7Copy full SHA for ad402a7
backend-python/src/media_impact_monitor/fulltexts_test.py
@@ -32,6 +32,7 @@ def test_get_fulltexts_for_org(default_start_date, default_end_date):
32
assert len(texts) > 0
33
34
35
+@pytest.mark.skip("too slow for ci (>90s)")
36
def test_get_fulltexts_for_event():
37
for event_id in [
38
"36c654cae3ba2fc2ec18d6e537a0f286",
0 commit comments