kubernetes-backend: workaround for failing integration tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user