mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky functional test (#60898)
This commit is contained in:
parent
a5aafc039d
commit
c7b0ade01d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
const pageObjects = getPageObjects(['uptime']);
|
||||
const es = getService('es');
|
||||
|
||||
describe('uptime settings page', () => {
|
||||
// Flaky https://github.com/elastic/kibana/issues/60866
|
||||
describe.skip('uptime settings page', () => {
|
||||
const settingsPage = () => pageObjects.uptime.settings;
|
||||
beforeEach('navigate to clean app root', async () => {
|
||||
// make 10 checks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue