Skip to content

Commit

Permalink
Skip the update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Aug 17, 2024
1 parent b0c9b73 commit 8788dc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_update_samples.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
from pathlib import Path

import pytest
import world_bank_data as wb

pytestmark = pytest.mark.xfail(
"HTTPError: 502 Server Error: Bad Gateway for url: http://api.worldbank.org/v2..."
)

SAMPLE_DIR = Path(__file__).parent / ".." / "src" / "itables" / "samples"


Expand Down

0 comments on commit 8788dc2

Please sign in to comment.