Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Jan 30, 2025
1 parent 0c6b2fb commit c3b2316
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/reusable-uki-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
env:
FLAVOR: ${{ inputs.flavor }}
FLAVOR_RELEASE: ${{ inputs.flavor_release }}
TEMP_IMAGE: ttl.sh/kairos-${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ github.sha }}:24h
steps:
- name: Install earthly
uses: Luet-lab/luet-install-action@cec77490c3f2416d7d07a47cfab04d448641d7ce # v1.1
Expand Down
2 changes: 0 additions & 2 deletions tests/install_target_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ var _ = Describe("kairos install test different targets", Label("install-test-ta
})

By("waiting for VM to reboot", func() {

_, _ = vm.Sudo("reboot")
Expect(vm.DetachCD()).ToNot(HaveOccurred())
vm.EventuallyConnects(1200)
})

Expand Down

0 comments on commit c3b2316

Please sign in to comment.