Skip to content

Commit 5e09b22

Browse files
Remove custom testing group
1 parent 26d050b commit 5e09b22

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

testing/integration/fleetserver_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func fleetPolicy() kibana.AgentPolicy {
3939

4040
func TestInstallFleetServerBootstrap(t *testing.T) {
4141
info := define.Require(t, define.Requirements{
42-
Group: FleetBootstrap,
42+
Group: FleetPrivileged,
4343
Stack: &define.Stack{},
4444
Sudo: true,
4545
Local: false,

testing/integration/groups_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ const (
1515
// Fleet group of tests. Used for testing Elastic Agent with Fleet.
1616
Fleet = "fleet"
1717

18-
// FleetBootstrap group of tests. Used for testing Elastic Agent when bootstrapping a local fleet-server.
19-
FleetBootstrap = "fleet-bootstrap"
20-
2118
// FleetPrivileged group of tests. Used for testing Elastic Agent with Fleet installed privileged.
2219
FleetPrivileged = "fleet-privileged"
2320

0 commit comments

Comments
 (0)