Skip to content

Commit

Permalink
Skip failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Mar 23, 2020
1 parent b909742 commit 8b2ffaf
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 @@ -46,7 +46,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
expect(await settingsPage().applyButtonIsDisabled()).to.eql(true);
});

it('changing index pattern setting is reflected elsewhere in UI', async () => {
// Failing: https://github.com/elastic/kibana/issues/60863
it.skip('changing index pattern setting is reflected elsewhere in UI', async () => {
const originalCount = await pageObjects.uptime.getSnapshotCount();
// We should find 1 monitor up with the default index pattern
expect(originalCount.up).to.eql(1);
Expand Down

0 comments on commit 8b2ffaf

Please sign in to comment.