Skip to content

Commit

Permalink
skip flaky suite (elastic#165563)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and bryce-b committed Sep 19, 2023
1 parent 8f0f58b commit 1fa7afc
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 1fa7afc

Please sign in to comment.