Skip to content

Commit

Permalink
skip flaky suite (#100372) (#96997)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 19, 2021
1 parent 9bf488e commit be97fae
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 be97fae

Please sign in to comment.