Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix: use proper gherkin comments (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Dec 2, 2020
1 parent d0906a6 commit 3fc7bdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/_suites/fleet/features/fleet_mode_agent.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Examples:
| centos |
| debian |

@skip // reset the following tag when unskipping: enroll
# reset the following tag when unskipping: enroll
@skip
Scenario Outline: Deploying the <os> agent with enroll and then run on rpm and deb
Given a "<os>" agent is deployed to Fleet with "systemd" installer
When the "elastic-agent" process is in the "started" state on the host
Expand Down

0 comments on commit 3fc7bdd

Please sign in to comment.