Skip to content

Commit

Permalink
Merge branch 'feat-2373-MoveWidgetsToAllLocations' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
EliorGigi committed Dec 29, 2023
2 parents 2e6d656 + 8c09afc commit 88c6f71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_news_flash.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def assert_all_equal(items_actual, items_expected):
for k in to_dict(expected):
assert (i, getattr(actual, k)) == (i, getattr(expected, k))

@pytest.mark.skip
def test_scrape_walla():
# Reuters is marked differently than Walla's authors
items_expected = [
Expand Down Expand Up @@ -108,7 +107,7 @@ def test_scrape_sanity_online_ynet():
next(rss_sites.scrape("ynet"))


@pytest.mark.slow
@pytest.mark.skip
def test_scrape_sanity_online_walla():
next(rss_sites.scrape("walla"))

Expand Down

0 comments on commit 88c6f71

Please sign in to comment.