Skip to content

Commit

Permalink
Skip test that is causing other functional tests to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Apr 14, 2020
1 parent b54c7ff commit f236792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/uptime/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});

// Failing: https://github.com/elastic/kibana/issues/60863
it('changing index pattern setting is reflected elsewhere in UI', async () => {
it.skip('changing index pattern setting is reflected elsewhere in UI', async () => {
const settings = uptimeService.settings;

const originalCount = await uptimePage.getSnapshotCount();
Expand Down

0 comments on commit f236792

Please sign in to comment.