Skip to content

Commit

Permalink
Skip test for cloud (#89450) (#90060)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
chrisronline and kibanamachine authored Feb 2, 2021
1 parent 15c5b00 commit 37a413b
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 37a413b

Please sign in to comment.