Skip to content

Commit

Permalink
unskip api integration tests and update for unit change
Browse files Browse the repository at this point in the history
  • Loading branch information
neptunian committed Jun 3, 2022
1 parent d9001bf commit 214c425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,071 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"metricAgg": "max",
"label": "Rule Failures Rate",
"description": "Rate of rule executions for the Kibana instance.",
"units": "ms",
"units": "",
"format": "0.[00]",
"hasCalculation": false,
"isDerivative": true
Expand Down Expand Up @@ -304,7 +304,7 @@
"metricAgg": "max",
"label": "Action Executions Rate",
"description": "Rate of action executions for the Kibana instance.",
"units": "ms",
"units": "",
"format": "0.[00]",
"hasCalculation": false,
"isDerivative": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/

export default function ({ loadTestFile }) {
// TODO: Unskip when https://github.com/elastic/kibana/pull/132853 is merged
describe.skip('Rules and Actions', () => {
describe('Rules and Actions', () => {
loadTestFile(require.resolve('./overview'));
loadTestFile(require.resolve('./instance'));
});
Expand Down

0 comments on commit 214c425

Please sign in to comment.