Skip to content

Commit

Permalink
skip flaky suite (elastic#100372) (elastic#96997)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and yctercero committed May 25, 2021
1 parent 0bbc721 commit f82a68b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const find = getService('find');
const comboBox = getService('comboBox');

describe('chained controls', function () {
// FLAKY: https://github.com/elastic/kibana/issues/96997
// FLAKY: https://github.com/elastic/kibana/issues/100372
describe.skip('chained controls', function () {
this.tags('includeFirefox');

before(async () => {
Expand Down

0 comments on commit f82a68b

Please sign in to comment.