mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
c9b8d15a40
commit
daddaa9990
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ export default function manageRepositoriesFunctionalTests({
|
|||
const existsInvisible = async (selector: string) =>
|
||||
await testSubjects.exists(selector, { allowHidden: true });
|
||||
|
||||
describe('History', function() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/37859
|
||||
describe.skip('History', function() {
|
||||
this.tags('smoke');
|
||||
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue