Skip to content

Commit

Permalink
skip failing test suite (#180982)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Apr 18, 2024
1 parent 343711a commit 0a26c0d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default function ({ getService }: FtrProviderContext) {
return {};
}
};
describe('delete_slo', () => {
// Failing: See https://github.com/elastic/kibana/issues/180982
describe.skip('delete_slo', () => {
// DATE_VIEW should match the index template:
// x-pack/packages/kbn-infra-forge/src/data_sources/composable/template.json
const DATE_VIEW = 'kbn-data-forge-fake_hosts';
Expand Down

0 comments on commit 0a26c0d

Please sign in to comment.