Skip to content

Commit

Permalink
Skip serverless response header API tests for MKI runs (elastic#188716)
Browse files Browse the repository at this point in the history
## Summary

This PR skips the serverless response header API integration tests for
MKI runs.
Details about the failure in elastic#188714.
  • Loading branch information
pheyos authored Jul 19, 2024
1 parent 09d7cfd commit 5536dc4
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 5536dc4

Please sign in to comment.