Skip to content

Commit ae0149b

Browse files
committed
fixing e2e tests
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent 2b720ae commit ae0149b

3 files changed

Lines changed: 2 additions & 35 deletions

File tree

test/end-to-end/test_container_exporter.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Describe "hab pkg export container --multi-layer" {
149149
if ($IsLinux) {
150150
# TODO: Try to run the container when we have a core/podman package
151151
Describe "hab pkg export container --engine=buildah" {
152+
hab pkg install core/buildah --binlink
152153
It "Runs successfully" {
153154
$tag = New-CustomTag
154155
Invoke-NativeCommand hab pkg export container --base-pkgs-channel=$env:HAB_BLDR_CHANNEL core/nginx --engine=buildah --tag-custom="$tag"

test/end-to-end/test_service_pids_come_from_new_launcher.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Describe "Service PIDs from Launcher feature" {
55
$supLog = New-SupervisorLogFile("service_pids_come_from_launcher_feature")
6-
Start-Supervisor -LogFile $supLog -Timeout 20
6+
Start-Supervisor -LogFile $supLog -Timeout 45
77

88
Load-SupervisorService -PackageName "core/redis"
99
Wait-ProcessStart redis-server -Timeout 10

test/end-to-end/test_service_pids_written_to_file_using_old_launcher.ps1

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)