mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#90555)
This commit is contained in:
parent
c6fc80c748
commit
2279c06d1e
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const es = getService('es');
|
||||
|
||||
describe('uptime', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/90555
|
||||
describe.skip('uptime', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('uptime/blank');
|
||||
await makeChecks(es, A11Y_TEST_MONITOR_ID, 150, 1, 1000, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue