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

fix: use proper gherkin comments #519

Merged
merged 1 commit into from
Dec 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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