mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
d2813cdb4d
commit
07df4c9a9c
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ export default function exploreRepositoryFunctionalTests({
|
|||
const exists = async (selector: string) =>
|
||||
await testSubjects.exists(selector, { allowHidden: true });
|
||||
|
||||
describe('File Tree', function() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/48048
|
||||
describe.skip('File Tree', function() {
|
||||
this.tags('smoke');
|
||||
const repositoryListSelector = 'codeRepositoryList > codeRepositoryItem';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue