Skip to content

Commit

Permalink
Skip flaky endpoint tests (#171658)
Browse files Browse the repository at this point in the history
## Summary
Several cases of flakiness on main:

  // #171655
  // #171656
  // #171647
  // #171648
  • Loading branch information
delanni authored Nov 21, 2023
1 parent d8ef2d0 commit 5256108
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ export default function ({ getService }: FtrProviderContext) {
body: Record<string, unknown> | undefined;
}

describe('When attempting to call an endpoint api', function () {
// Flaky:
// https://github.com/elastic/kibana/issues/171655
// https://github.com/elastic/kibana/issues/171656
// https://github.com/elastic/kibana/issues/171647
// https://github.com/elastic/kibana/issues/171648
describe.skip('When attempting to call an endpoint api', function () {
targetTags(this, ['@ess', '@serverless']);

let indexedData: IndexedHostsAndAlertsResponse;
Expand Down

0 comments on commit 5256108

Please sign in to comment.