We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3788f4d commit c1e822cCopy full SHA for c1e822c
x-pack/test/functional/apps/code/history.ts
@@ -130,7 +130,8 @@ export default function manageRepositoriesFunctionalTests({
130
});
131
132
133
- it('in search page, change language filters can go back and forward', async () => {
+ // FLAKY: https://github.com/elastic/kibana/issues/39163
134
+ it.skip('in search page, change language filters can go back and forward', async () => {
135
log.debug('it select typescript language filter');
136
const url = `${PageObjects.common.getHostPort()}/app/code#/search?q=string&p=&langs=typescript`;
137
await browser.get(url);
0 commit comments