Skip to content

Commit

Permalink
skip flaky suite (#53308)
Browse files Browse the repository at this point in the history
(cherry picked from commit aab5a0c)
  • Loading branch information
spalger committed Apr 1, 2020
1 parent a75e050 commit a58c567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/context/_discover_navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function({ getService, getPageObjects }) {
const filterBar = getService('filterBar');
const PageObjects = getPageObjects(['common', 'discover', 'timePicker']);

describe('context link in discover', function contextSize() {
// FLAKY: https://github.com/elastic/kibana/issues/53308
describe.skip('context link in discover', function contextSize() {
this.tags('smoke');
before(async function() {
await PageObjects.common.navigateToApp('discover');
Expand Down

0 comments on commit a58c567

Please sign in to comment.