mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#116463)
This commit is contained in:
parent
4be1d8f438
commit
d6f9adf73a
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import { PluginFunctionalProviderContext } from 'test/plugin_functional/services
|
||||||
export default function ({ getService }: PluginFunctionalProviderContext) {
|
export default function ({ getService }: PluginFunctionalProviderContext) {
|
||||||
const testSubjects = getService('testSubjects');
|
const testSubjects = getService('testSubjects');
|
||||||
|
|
||||||
describe('', () => {
|
// FAILING: https://github.com/elastic/kibana/issues/116463
|
||||||
|
describe.skip('', () => {
|
||||||
it('finds an index pattern', async () => {
|
it('finds an index pattern', async () => {
|
||||||
await testSubjects.existOrFail('indexPatternTitle');
|
await testSubjects.existOrFail('indexPatternTitle');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue