Skip to content

Commit

Permalink
Move athena skip marker
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed May 24, 2024
1 parent 5f39262 commit d8593c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions tests/load/athena_iceberg/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from tests.utils import skip_if_not_active


skip_if_not_active("athena")
3 changes: 0 additions & 3 deletions tests/load/athena_iceberg/test_athena_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@

from tests.load.pipeline.utils import destinations_configs, DestinationTestConfiguration

from tests.utils import skip_if_not_active
from dlt.destinations.exceptions import DatabaseTerminalException

# mark all tests as essential, do not remove
pytestmark = pytest.mark.essential

skip_if_not_active("athena")


def test_iceberg() -> None:
"""
Expand Down

0 comments on commit d8593c8

Please sign in to comment.