Skip to content

Commit

Permalink
[test] skip status.allowAnonymous tests on cloud (elastic#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 Jul 2, 2020
1 parent 39fc2be commit cd37c33
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 cd37c33

Please sign in to comment.