Skip to content

Commit

Permalink
skip flaky functional test (#60898)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Mar 23, 2020
1 parent 0ef9835 commit 3f528db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/uptime/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f528db

Please sign in to comment.