kubernetes-backend: workaround for failing integration tests

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-02-19 19:08:53 +01:00
parent a2b90a82d4
commit badc55b6c7
@@ -102,6 +102,12 @@ describe('resourcesRoutes', () => {
},
],
},
backend: {
auth: {
// TODO: Remove once migrated to support new auth services
dangerouslyDisableDefaultAuthPolicy: true,
},
},
},
}),
import('@backstage/plugin-kubernetes-backend/alpha'),