Skip to content

Commit

Permalink
skip failing test suite (#183750)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 17, 2024
1 parent 3d443c8 commit 8f9c4ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function ({ getService }: FtrProviderContext) {
const sloApi = getService('slo');

const SLO_ID = 'slo-fake-1';
describe('fetch historical summary', () => {
// Failing: See https://github.com/elastic/kibana/issues/183750
describe.skip('fetch historical summary', () => {
before(async () => {
const now = moment().startOf('minute');
const curr = now.clone().subtract(30, 'days');
Expand Down

0 comments on commit 8f9c4ab

Please sign in to comment.