Skip to content

Commit

Permalink
test(python): Skip all moto AWS tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jun 25, 2024
1 parent 6518a80 commit a8b7f54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions py-polars/tests/unit/io/cloud/test_aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
from pathlib import Path

pytestmark = [
pytest.mark.skip(
reason="Causes intermittent failures in CI. See: "
"https://github.com/pola-rs/polars/issues/16910"
),
pytest.mark.xdist_group("aws"),
pytest.mark.slow(),
]
Expand Down Expand Up @@ -57,10 +61,6 @@ def s3(s3_base: str, io_files_path: Path) -> str:
return s3_base


@pytest.mark.skip(
reason="Causes intermittent failures in CI. See: "
"https://github.com/pola-rs/polars/issues/16910"
)
@pytest.mark.parametrize(
("function", "extension"),
[
Expand Down

0 comments on commit a8b7f54

Please sign in to comment.