Skip to content

Commit

Permalink
Skip test for cloud (#89450)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
chrisronline and kibanamachine authored Feb 2, 2021
1 parent 19effe2 commit be41a9f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export default function ({ getService, getPageObjects }) {
const retry = getService('retry');

describe('Monitoring is turned off', function () {
// You no longer enable monitoring through Kibana on cloud https://github.com/elastic/kibana/pull/88375
this.tags(['skipCloud']);
before(async () => {
const browser = getService('browser');
await browser.setWindowSize(1600, 1000);
Expand Down

0 comments on commit be41a9f

Please sign in to comment.