Skip to content

Commit

Permalink
Merge pull request #1127 from golemfactory/pwalski/re-enabling_vpn_re…
Browse files Browse the repository at this point in the history
…lated_tests

Re-enabling VPN related tests
  • Loading branch information
lucekdudek authored May 5, 2023
2 parents 0f7a382 + 038dbfb commit dece11f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/goth_tests/test_recycle_ip/test_recycle_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
SUBNET_TAG = "goth"


@pytest.mark.skip # TODO: https://github.com/golemfactory/yagna/issues/2387
@pytest.mark.asyncio
async def test_recycle_ip(
log_dir: Path,
Expand Down
1 change: 0 additions & 1 deletion tests/goth_tests/test_run_ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
SUBNET_TAG = "goth"


@pytest.mark.skip # TODO: https://github.com/golemfactory/yagna/issues/2387
@pytest.mark.asyncio
async def test_run_ssh(
log_dir: Path,
Expand Down
1 change: 0 additions & 1 deletion tests/goth_tests/test_run_webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
ONELINER_URL = f"http://localhost:{port}/"


@pytest.mark.skip # TODO: https://github.com/golemfactory/yagna/issues/2387
@pytest.mark.asyncio
async def test_run_webapp(
log_dir: Path,
Expand Down

0 comments on commit dece11f

Please sign in to comment.