Skip to content

Commit

Permalink
disable flaky test (#39163)
Browse files Browse the repository at this point in the history
(cherry picked from commit c8e4f9c)

# Conflicts:
#	x-pack/test/functional/apps/code/history.ts
  • Loading branch information
spalger committed Jul 2, 2019
1 parent 4443308 commit b349fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/code/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b349fb7

Please sign in to comment.