Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
github ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Dec 14, 2023
1 parent b5ac8b5 commit ea3b36a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mcnews/tests/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
INTEGRATION_TEST_COLLECTION = "mediacloud_test"
INTEGRATION_TEST_HOST = "http://127.0.0.1:8000"

IN_GITHUB_CI_WORKFLOW = os.getenv("GITHUB_ACTIONS") == "true"

pytest.mark.skipif(IN_GITHUB_CI_WORKFLOW, reason="requires VPN tunnel to Media Cloud")
class TestMediaCloudCollection(TestCase):

def setUp(self) -> None:
Expand Down

0 comments on commit ea3b36a

Please sign in to comment.