diff --git a/packages/setup-apt/__tests__/apt-fast.test.ts b/packages/setup-apt/__tests__/apt-fast.test.ts index 99491f54..25abeca9 100644 --- a/packages/setup-apt/__tests__/apt-fast.test.ts +++ b/packages/setup-apt/__tests__/apt-fast.test.ts @@ -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"]) - }) })