Skip to content

Commit

Permalink
skip flaky suite (#188396)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 16, 2024
1 parent 7a09b82 commit 1112842
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 @@ -36,7 +36,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});
};

describe('discover - context - back navigation', function contextSize() {
// FLAKY: https://github.com/elastic/kibana/issues/188396
describe.skip('discover - context - back navigation', function contextSize() {
before(async () => {
await PageObjects.timePicker.setDefaultAbsoluteRangeViaUiSettings();
await kibanaServer.uiSettings.update({
Expand Down

0 comments on commit 1112842

Please sign in to comment.