Skip to content

Commit 362b17e

Browse files
comment out agentStatus from test
1 parent d90d974 commit 362b17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/integration/fleetserver_fips_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ func TestFIPSAgentConnectingToFIPSFleetServerInECHFRH(t *testing.T) {
6969

7070
// Find Fleet Server's own Agent and get its status and whether it's
7171
// FIPS-capable
72-
var agentStatus string
72+
//var agentStatus string
7373
var agentIsFIPS bool
7474
for _, item := range agents.Items {
7575
if item.PolicyID == cloudAgentPolicyID {
7676
t.Logf("Found fleet-server entry: %+v", item)
77-
agentStatus = item.Status
77+
//agentStatus = item.Status
7878
agentIsFIPS = item.LocalMetadata.Elastic.Agent.FIPS
7979
break
8080
}

0 commit comments

Comments
 (0)