mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Code] skip explore-repository functional test for code (#36926)
This commit is contained in:
parent
6ab3ce3f70
commit
b02113f3da
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ export default function exploreRepositoryFunctonalTests({
|
|||
|
||||
const FIND_TIME = config.get('timeouts.find');
|
||||
|
||||
describe('Explore Repository', () => {
|
||||
// FLAKY https://github.com/elastic/kibana/issues/35944
|
||||
describe.skip('Explore Repository', () => {
|
||||
describe('Explore a repository', () => {
|
||||
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue