Skip to content

Commit

Permalink
skip failing test suite (#167076)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 6, 2023
1 parent e49628a commit 653cfb2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
const es = getService('es');

registry.when('Profiling status check', { config: 'cloud' }, () => {
describe('Profiling is not set up and no data is loaded', () => {
// Failing: See https://github.com/elastic/kibana/issues/167076
describe.skip('Profiling is not set up and no data is loaded', () => {
before(async () => {
await cleanUpProfilingData({ es, logger, bettertest });
});
Expand Down

0 comments on commit 653cfb2

Please sign in to comment.