mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#118476)
This commit is contained in:
parent
c323971a01
commit
f356797bb7
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
|
||||
const monitor = () => uptime.monitor;
|
||||
|
||||
describe('Ping redirects', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118476
|
||||
describe.skip('Ping redirects', () => {
|
||||
const start = '~ 15 minutes ago';
|
||||
const end = 'now';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue