Skip to content

Commit

Permalink
Skip serverless response header API tests for MKI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Jul 19, 2024
1 parent 3a240dd commit ae56744
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ 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 =
Expand Down

0 comments on commit ae56744

Please sign in to comment.