Skip to content

Commit

Permalink
[Discover] Unskip graph security flaky tests (elastic#131252)
Browse files Browse the repository at this point in the history
* [Discover] Unskip graph security flaky tests

* [Discover] Tmp to check at CI

* [Discover] Revert tmp check

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
2 people authored and Esteban Beltran committed May 4, 2022
1 parent 865610a commit 3afeb35
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const globalNav = getService('globalNav');

// FLAKY https://github.com/elastic/kibana/issues/109564
describe.skip('security', () => {
describe('security', () => {
before(async () => {
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
// ensure we're logged out so we can login as the appropriate users
Expand Down

0 comments on commit 3afeb35

Please sign in to comment.