test: do not remove apt-fast

This commit is contained in:
Amin Yahyaabadi 2025-05-20 12:17:00 -07:00
parent 9b5350fb6e
commit c9348d3629
1 changed files with 0 additions and 5 deletions

View File

@ -12,9 +12,4 @@ describe("setup-apt-fast", () => {
const installInfo = await setupAptFast()
await testBin("apt-fast", ["--version"], installInfo?.binDir)
})
afterAll(() => {
// remove apt-fast to run the rest of the tests with apt-get
execRootSync("apt-get", ["remove", "-y", "apt-fast"])
})
})