mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#167076)
This commit is contained in:
parent
e4105331d3
commit
212bc53b8e
1 changed files with 3 additions and 3 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue