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

Commit

Permalink
Skip test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Oct 18, 2023
1 parent 10e2397 commit 58ea371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run:

runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: false
matrix:
Expand All @@ -32,8 +33,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install hatch
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Test
run: |
hatch run cov-ci
Expand Down
2 changes: 1 addition & 1 deletion tests/test_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_error_on_check_if_unknown_machine():
with pytest.raises(Exception, match=msg):
check(cfg, "eve")


@pytest.skipif("GITHUB_ACTIONS" in os.environ, reason="firewall issues?")
def test_can_test_connection(capsys, managed_docker):
with vault_dev.Server(export_token=True) as server:
cfg = read_config("example/simple.json")
Expand Down

0 comments on commit 58ea371

Please sign in to comment.