mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Unskips security response headers tests for mki (#190012)
## Summary Unskips the security response headers tests for MKI, as skipped by https://github.com/elastic/kibana/pull/188716. The issue was resolved by https://github.com/elastic/kibana/pull/189139.
This commit is contained in:
parent
44c5f8ca80
commit
f985bd4a14
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
let roleAuthc: RoleCredentials;
|
||||
|
||||
describe('security/response_headers', function () {
|
||||
// fails on MKI, see https://github.com/elastic/kibana/issues/188714
|
||||
this.tags(['failsOnMKI']);
|
||||
|
||||
const baseCSP = `script-src 'report-sample' 'self'; worker-src 'report-sample' 'self' blob:; style-src 'report-sample' 'self' 'unsafe-inline'; frame-ancestors 'self'`;
|
||||
const defaultCOOP = 'same-origin';
|
||||
const defaultPermissionsPolicy =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue