Skip to content

Commit

Permalink
skip flaky suite (elastic#111381)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and maksimkovalev committed Mar 18, 2022
1 parent c2fb34b commit 6864e12
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 6864e12

Please sign in to comment.