Skip to content

Commit

Permalink
temporarily skip ken embedding download tests (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes authored Apr 29, 2024
1 parent f5dfdc1 commit 67458e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions skrub/datasets/tests/test_ken_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ def test_fetch_ken_types():
assert types3.shape[0] == 2532


# TODO: mock download in test & make download more robust & better error messages
# See https://github.com/skrub-data/skrub/issues/900
@pytest.mark.skip("Downloads large files and fails CI unpredictably")
def test_small_ken_embeddings():
"""
Test if small sized embeddings were fetched correctly
Expand All @@ -54,6 +57,9 @@ def test_small_ken_embeddings():
assert emb2.shape[1] == 7


# TODO: mock download in test & make download more robust & better error messages
# See https://github.com/skrub-data/skrub/issues/900
@pytest.mark.skip("Downloads large files and fails CI unpredictably")
def test_big_ken_embeddings():
"""
Test if bigger sized embeddings were fetched correctly
Expand Down

0 comments on commit 67458e5

Please sign in to comment.