skip flaky suite (#100372) (#96997)

This commit is contained in:
spalger 2021-05-19 15:51:32 -07:00
parent 9bf488e826
commit be97fae12e

View file

@ -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 () => {