Skip to content

Commit

Permalink
skip flaky suite (#102183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 21, 2021
1 parent cf6ecf0 commit b1ac965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/formula.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const testSubjects = getService('testSubjects');

describe('lens formula', () => {
// FLAKY: https://github.com/elastic/kibana/issues/102183
describe.skip('lens formula', () => {
it('should transition from count to formula', async () => {
await PageObjects.visualize.gotoVisualizationLandingPage();
await listingTable.searchForItemWithName('lnsXYvis');
Expand Down

0 comments on commit b1ac965

Please sign in to comment.