Skip to content

Commit

Permalink
test: skip google trends test, see #91
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpomerenke committed May 10, 2024
1 parent 36231d5 commit 80d7075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend-python/media_impact_monitor/trend_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from media_impact_monitor.types_ import TrendSearch


@pytest.mark.skip(reason="google trends currently blocked on ci")
def test_get_trend_keywords():
trend_search = TrendSearch(
trend_type="keywords",
Expand Down

0 comments on commit 80d7075

Please sign in to comment.