Skip to content

Commit

Permalink
skip flaky suite (#165563)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 5, 2023
1 parent 075c6f6 commit def8b65
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['common']);

describe('Partial Results Example', function () {
// FLAKY: https://github.com/elastic/kibana/issues/165563
describe.skip('Partial Results Example', function () {
before(async () => {
await PageObjects.common.navigateToApp('partialResultsExample');

Expand Down

0 comments on commit def8b65

Please sign in to comment.