File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ func fleetPolicy() kibana.AgentPolicy {
39
39
40
40
func TestInstallFleetServerBootstrap (t * testing.T ) {
41
41
info := define .Require (t , define.Requirements {
42
- Group : FleetBootstrap ,
42
+ Group : FleetPrivileged ,
43
43
Stack : & define.Stack {},
44
44
Sudo : true ,
45
45
Local : false ,
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ const (
15
15
// Fleet group of tests. Used for testing Elastic Agent with Fleet.
16
16
Fleet = "fleet"
17
17
18
- // FleetBootstrap group of tests. Used for testing Elastic Agent when bootstrapping a local fleet-server.
19
- FleetBootstrap = "fleet-bootstrap"
20
-
21
18
// FleetPrivileged group of tests. Used for testing Elastic Agent with Fleet installed privileged.
22
19
FleetPrivileged = "fleet-privileged"
23
20
You can’t perform that action at this time.
0 commit comments