mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
4dd925b4d6
commit
51da9bf0a7
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ export default function codeIntelligenceFunctionalTests({
|
|||
const FIND_TIME = config.get('timeouts.find');
|
||||
const PageObjects = getPageObjects(['common', 'header', 'security', 'code', 'home']);
|
||||
|
||||
describe('Code', () => {
|
||||
// FAILING: https://github.com/elastic/kibana/issues/36480
|
||||
describe.skip('Code Intelligence', () => {
|
||||
describe('Code intelligence in source view page', () => {
|
||||
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
||||
const testGoToDefinition = async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue