Skip to content

Commit

Permalink
[test] skip status.allowAnonymous tests on cloud (#69017)
Browse files Browse the repository at this point in the history
* skip cloud status page

* move skipcloud to describe block

* merge includeFireFox and skipCloud

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
jbudz and elasticmachine committed Jun 26, 2020
1 parent 3688498 commit 0f9efa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/status_page/status_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function statusPageFunctonalTests({
const PageObjects = getPageObjects(['security', 'statusPage', 'home']);

describe('Status Page', function () {
this.tags('includeFirefox');
this.tags(['skipCloud', 'includeFirefox']);
before(async () => await esArchiver.load('empty_kibana'));
after(async () => await esArchiver.unload('empty_kibana'));

Expand Down

0 comments on commit 0f9efa8

Please sign in to comment.