Skip to content

Commit

Permalink
reskip unskip tests for monitoring app
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Sep 3, 2021
1 parent 6cf6493 commit 87cac8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ({ getService, getPageObjects }) {
const shards = getService('monitoringElasticsearchShards');

// FLAKY: https://github.com/elastic/kibana/issues/47184
describe('Elasticsearch shard legends', () => {
describe.skip('Elasticsearch shard legends', () => {
const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);

before(async () => {
Expand Down

0 comments on commit 87cac8f

Please sign in to comment.