mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky test (#39163)
This commit is contained in:
parent
9b9801f470
commit
10c4b3e609
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ export default function manageRepositoriesFunctionalTests({
|
|||
});
|
||||
});
|
||||
|
||||
it('in search page, change language filters can go back and forward', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/39163
|
||||
it.skip('in search page, change language filters can go back and forward', async () => {
|
||||
log.debug('it select typescript language filter');
|
||||
const url = `${PageObjects.common.getHostPort()}/app/code#/search?q=string&p=&langs=typescript`;
|
||||
await browser.get(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue