mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#194043)
This commit is contained in:
parent
748a0a3c34
commit
5da67c71ae
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const browser = getService('browser');
|
||||
const dataViews = getService('dataViews');
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/194043
|
||||
// Failing: See https://github.com/elastic/kibana/issues/194043
|
||||
describe.skip('extension getRowIndicatorProvider', () => {
|
||||
before(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue