Skip to content

Commit

Permalink
[8.15] [ci] skip FTR that fails on chrome 129 (#193615)
Browse files Browse the repository at this point in the history
## Summary
There's one more test that fails on 8.15 + chrome 128/129

See this issue for the failure:
#193550
  • Loading branch information
delanni authored Sep 23, 2024
1 parent 88888e0 commit cf805b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/context/_context_navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
);
});

it('should go back via breadcrumbs with updated state after a goBack browser', async function () {
// Fails in chrome 128+: https://github.com/elastic/kibana-operations/issues/199
it.skip('should go back via breadcrumbs with updated state after a goBack browser', async function () {
await dataGrid.clickRowToggle({ rowIndex: 0 });
const rowActions = await dataGrid.getRowActions({ rowIndex: 0 });
await rowActions[1].click();
Expand Down

0 comments on commit cf805b9

Please sign in to comment.