mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#194043)
This commit is contained in:
parent
b58d82a7b3
commit
de8c5999e8
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const browser = getService('browser');
|
||||
const dataViews = getService('dataViews');
|
||||
|
||||
describe('extension getRowIndicatorProvider', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/194043
|
||||
describe.skip('extension getRowIndicatorProvider', () => {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('test/functional/fixtures/es_archiver/logstash_functional');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue