diff --git a/test/integration/state-engine.spec.ts b/test/integration/state-engine.spec.ts index 3d5b5af2..831f3940 100644 --- a/test/integration/state-engine.spec.ts +++ b/test/integration/state-engine.spec.ts @@ -85,6 +85,7 @@ describe('state engine', () => { config: {}, apps: {}, }); + await docker.pruneImages({ filters: { dangling: { false: true } } }); }); it('installs an app with two services', async () => {