Skip to content

Commit

Permalink
skip flaky suite (elastic#115614)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 19, 2021
1 parent 8e09daa commit 18a08c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/lens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const listingTable = getService('listingTable');

describe('Lens', () => {
// Failing: See https://github.com/elastic/kibana/issues/115614
describe.skip('Lens', () => {
const lensChartName = 'MyLensChart';
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
Expand Down

0 comments on commit 18a08c3

Please sign in to comment.