mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#165943)
This commit is contained in:
parent
62559bd19f
commit
fa6fb06294
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
|
|||
export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||
const PageObjects = getPageObjects(['observabilityLogExplorer', 'svlCommonNavigation']);
|
||||
|
||||
describe('Application', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/165943
|
||||
describe.skip('Application', () => {
|
||||
it('is shown in the global search', async () => {
|
||||
await PageObjects.observabilityLogExplorer.navigateTo();
|
||||
await PageObjects.svlCommonNavigation.search.showSearch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue