mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing test suite (#225112)
This commit is contained in:
parent
d157214e1a
commit
3f3c0025e1
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ export default function ({ getService }: FtrProviderContext) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
describe('task manager metrics', () => {
|
// Failing: See https://github.com/elastic/kibana/issues/225112
|
||||||
|
describe.skip('task manager metrics', () => {
|
||||||
describe('task claim', () => {
|
describe('task claim', () => {
|
||||||
it('should increment task claim success/total counters', async () => {
|
it('should increment task claim success/total counters', async () => {
|
||||||
// counters are reset every 30 seconds, so wait until the start of a
|
// counters are reset every 30 seconds, so wait until the start of a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue