Commit abf3503cec65455ac7791522d28de186f9fa20a2

Authored by Diego Camarinha
Committed by Rafael Manzo
1 parent 26b08844

Fixing build.

Comments can't be in the same line as tags on cucumber features.
features/compound_metric_configuration/create.feature
... ... @@ -3,8 +3,9 @@ Feature: Compound Metric Configuration Creation
3 3 As a regular user
4 4 I should be able to create compound metric configurations
5 5  
6   - @kalibro_restart @wip #Missing create action and native metrics name and code
7   - Scenario: compound metric configuration creation
  6 + #Missing create action and native metrics name and code
  7 + @kalibro_restart @wip
  8 + Scenario: compound metric configuration creation
8 9 Given I am a regular user
9 10 And I am signed in
10 11 And I own a sample configuration
... ...