skip failing test suite (#167076)

This commit is contained in:
Jonathan Budzenski 2023-09-25 10:40:47 -05:00
parent e4105331d3
commit 212bc53b8e

View file

@ -23,9 +23,9 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
const logger = getService('log');
const es = getService('es');
registry.when('Profiling status check', { config: 'cloud' }, () => {
// Failing: See https://github.com/elastic/kibana/issues/167076
describe.skip('Profiling is not set up and no data is loaded', () => {
// Failing: See https://github.com/elastic/kibana/issues/167076
registry.when.skip('Profiling status check', { config: 'cloud' }, () => {
describe('Profiling is not set up and no data is loaded', () => {
describe('Admin user', () => {
let statusCheck: ProfilingStatus;
before(async () => {