src: Remove snapshots fallthrough logic

Snapshotting is available in prod-stable now. We can probably remove the fallthrough logic now.
This commit is contained in:
regexowl 2025-02-05 11:59:04 +01:00 committed by Klara Simickova
parent 87d6c57174
commit 34720c799e
6 changed files with 60 additions and 100 deletions

View file

@ -59,8 +59,6 @@ vi.mock('@unleash/proxy-client-react', () => ({
return true;
case 'image-builder.firstboot.enabled':
return true;
case 'image-builder.snapshots.enabled':
return true;
case 'image-builder.wsl.enabled':
return true;
case 'image-builder.pkgrecs.enabled':