mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
9bf488e826
commit
be97fae12e
1 changed files with 3 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue