Skip to content

Commit

Permalink
chore(sentiment_trend_test.py): skip slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpomerenke committed Sep 1, 2024
1 parent cedfded commit b45da98
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
from datetime import date

import pandas as pd
import pytest

from media_impact_monitor.api import _get_trend
from media_impact_monitor.trends.sentiment_trend import get_sentiment_trend
from media_impact_monitor.types_ import TrendSearch


@pytest.mark.skip(reason="too slow for ci")
def test_get_sentiment_trend_valid_input():
df, lims = get_sentiment_trend(
TrendSearch(
Expand Down

0 comments on commit b45da98

Please sign in to comment.