Skip to content

Commit

Permalink
profiling: fix binary instructions (elastic#169215)
Browse files Browse the repository at this point in the history
## Summary

Fix a bug in the Universal Profiling instructions "Binary" tab, due to
how packages are created.

Signed-off-by: inge4pres <[email protected]>
(cherry picked from commit 90da021)

# Conflicts:
#	x-pack/plugins/profiling/public/views/add_data_view/index.tsx
  • Loading branch information
inge4pres committed Oct 24, 2023
1 parent 86e52f1 commit b4d7c39
Show file tree
Hide file tree
Showing 5 changed files with 463 additions and 433 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* 2.0.
*/

describe('Functions page', () => {
describe.skip('Functions page', () => {
const rangeFrom = '2023-04-18T00:00:00.000Z';
const rangeTo = '2023-04-18T00:00:30.000Z';

Expand Down
Loading

0 comments on commit b4d7c39

Please sign in to comment.