Skip to content

Commit

Permalink
skip flaky suite (#111381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 14, 2022
1 parent 4ab76e1 commit 8d7566b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getService }: FtrProviderContext) {
* The Reporting API Functional Test config implements a network policy that
* is designed to disallow the following Canvas worksheet
*/
describe('Network Policy', () => {
// FLAKY: https://github.com/elastic/kibana/issues/111381
describe.skip('Network Policy', () => {
before(async () => {
await reportingAPI.initLogs(); // includes a canvas worksheet with an offending image URL
});
Expand Down

0 comments on commit 8d7566b

Please sign in to comment.