Skip to content

Commit

Permalink
Merge branch 'master' of github.com:elastic/kibana into full-screen-t…
Browse files Browse the repository at this point in the history
…imeline
  • Loading branch information
andrew-goldstein committed Jul 15, 2020
2 parents 3f363d3 + 75582eb commit c76d923
Show file tree
Hide file tree
Showing 87 changed files with 1,446 additions and 1,782 deletions.
2 changes: 1 addition & 1 deletion docs/settings/apm-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Changing these settings may disable features of the APM App.
| Set to `false` to hide the APM app from the menu. Defaults to `true`.

| `xpack.apm.ui.transactionGroupBucketSize`
| Number of top transaction groups displayed in the APM app. Defaults to `100`.
| Number of top transaction groups displayed in the APM app. Defaults to `1000`.

| `xpack.apm.ui.maxTraceItems` {ess-icon}
| Maximum number of child items displayed when viewing trace details. Defaults to `1000`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
};

// Flaky: https://github.com/elastic/kibana/issues/68400
describe('saved objects edition page', () => {
describe.skip('saved objects edition page', () => {
beforeEach(async () => {
await esArchiver.load('saved_objects_management/edit_saved_object');
});
Expand Down
Loading

0 comments on commit c76d923

Please sign in to comment.