mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-16 05:39:34 +00:00
test/e2e: skip "sshd and API services required"
The test assumes a local id_ed25519 ssh key exists and is setup to connect to its own user. That is basically never the case locally so the test is broken by design. If the test should run in some special CI setup where that is the case we need to enable it and guard based on that later. For now I just like to get the lima VM tests passing. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
39ee9baf66
commit
1de60ebf7b
1 changed files with 1 additions and 0 deletions
|
|
@ -510,6 +510,7 @@ qe ssh://root@podman.test:2222/run/podman/podman.sock ~/.ssh/id_rsa false true
|
|||
var u *user.User
|
||||
|
||||
BeforeAll(func() {
|
||||
Skip("FIXME: test assumes local ssh key is setup for the own user")
|
||||
// These tests are unique in as much as they require podman, podman-remote, systemd and sshd.
|
||||
// podman-remote commands will be executed by ginkgo directly.
|
||||
SkipIfContainerized("sshd is not available when running in a container")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue