Skip to content

Commit c9348d3

Browse files
committed
test: do not remove apt-fast
1 parent 9b5350f commit c9348d3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/setup-apt/__tests__/apt-fast.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@ describe("setup-apt-fast", () => {
1212
const installInfo = await setupAptFast()
1313
await testBin("apt-fast", ["--version"], installInfo?.binDir)
1414
})
15-
16-
afterAll(() => {
17-
// remove apt-fast to run the rest of the tests with apt-get
18-
execRootSync("apt-get", ["remove", "-y", "apt-fast"])
19-
})
2015
})

0 commit comments

Comments
 (0)