Skip to content

Commit

Permalink
skip integration test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer committed Aug 27, 2024
1 parent a51a481 commit d30fefb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import pytest

from orbiter.__main__ import run
from tests.conftest import manual_tests


# noinspection PyUnreachableCode
@pytest.mark.skip("Relies on orbiter-community-translations, not yet published")
@manual_tests
def test_integration():
run("just docker-build-binary", shell=True, capture_output=True, text=True)
Expand Down

0 comments on commit d30fefb

Please sign in to comment.