[Code] skip explore-repository functional test for code (#36926)

This commit is contained in:
Mengwei Ding 2019-05-22 20:27:02 -07:00 committed by GitHub
parent 6ab3ce3f70
commit b02113f3da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';