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:
Jeramy Soucy 2024-08-07 15:41:59 +02:00 committed by GitHub
parent 44c5f8ca80
commit f985bd4a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 =