Skip to content

Commit

Permalink
skip failing test suite (#193433)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 19, 2024
1 parent 444f95e commit c08aace
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService }: FtrProviderContext) {
/*
* The tests server config implements a network policy that is designed to disallow the following Canvas worksheet
*/
describe('Network Policy', () => {
// Failing: See https://github.com/elastic/kibana/issues/193433
describe.skip('Network Policy', () => {
before(async () => {
await reportingAPI.initLogs(); // includes a canvas worksheet with an offending image URL
});
Expand Down

0 comments on commit c08aace

Please sign in to comment.