mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#119258)
This commit is contained in:
parent
ac23dce29f
commit
595469e44a
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
|
||||
const monitoredAggregatedStatsRefreshRate = 5000;
|
||||
|
||||
describe('health', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/119258
|
||||
describe.skip('health', () => {
|
||||
it('should return basic configuration of task manager', async () => {
|
||||
const health = await getHealth();
|
||||
expect(health.status).to.eql('OK');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue