Skip to content

Commit c1e822c

Browse files
author
spalger
committed
disable flaky test (elastic#39163)
(cherry picked from commit c8e4f9c) # Conflicts: # x-pack/test/functional/apps/code/history.ts
1 parent 3788f4d commit c1e822c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: x-pack/test/functional/apps/code/history.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ export default function manageRepositoriesFunctionalTests({
130130
});
131131
});
132132

133-
it('in search page, change language filters can go back and forward', async () => {
133+
// FLAKY: https://github.com/elastic/kibana/issues/39163
134+
it.skip('in search page, change language filters can go back and forward', async () => {
134135
log.debug('it select typescript language filter');
135136
const url = `${PageObjects.common.getHostPort()}/app/code#/search?q=string&p=&langs=typescript`;
136137
await browser.get(url);

0 commit comments

Comments
 (0)