Skip to content

Commit

Permalink
Restore all disabled tests that depend on ssh
Browse files Browse the repository at this point in the history
This requires us to spin up a new dagger-ci VM, as mentioned here:
#1493 (comment)

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
  • Loading branch information
gerhard committed Jan 26, 2022
1 parent c6d4ffb commit 0be326a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/alpha.dagger.io/universe.bats
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,14 @@ setup() {
}

@test "docker command: ssh" {
skip "FIXME: ssh tests"

dagger -e docker-command-ssh up
}

@test "docker command: ssh with key passphrase" {
skip "FIXME: ssh tests"

dagger -e docker-command-ssh-key-passphrase up
}

@test "docker command: ssh with wrong key passphrase" {
skip "FIXME: ssh tests"

run dagger -e docker-command-ssh-wrong-key-passphrase up
assert_failure
}
Expand All @@ -146,14 +140,10 @@ setup() {
}

@test "docker compose" {
skip "FIXME: ssh tests"

dagger -e docker-compose up
}

@test "docker run: ssh" {
skip "FIXME: ssh tests"

dagger -e docker-run-ssh up
}

Expand Down

0 comments on commit 0be326a

Please sign in to comment.