mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky test suite (#43557)
This commit is contained in:
parent
10c4b3e609
commit
e4a72e4aa8
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ export default function exploreRepositoryFunctionalTests({
|
|||
|
||||
const FIND_TIME = config.get('timeouts.find');
|
||||
|
||||
describe('Explore Repository', function() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/43557
|
||||
describe.skip('Explore Repository', function() {
|
||||
this.tags('smoke');
|
||||
describe('Explore a repository', () => {
|
||||
const repositoryListSelector = 'codeRepositoryList codeRepositoryItem';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue