Skip to content

Commit

Permalink
removing the TestMakeSensorEnvMapWithAutomaticProxy for refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
falcon-pioupiou committed Feb 8, 2024
1 parent 8e84a72 commit 3b9189b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/common/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ func TestMakeSensorEnvMap(t *testing.T) {
}
}

/*
func TestMakeSensorEnvMapWithAutomaticProxy(t *testing.T) {
falconNode := falconv1alpha1.FalconNodeSensor{}
falconSensor := falconNode.Spec.Falcon
Expand Down Expand Up @@ -229,3 +230,4 @@ func TestMakeSensorEnvMapWithAutomaticProxy(t *testing.T) {
t.Errorf("MakeSensorEnvMap() = %v, want %v", got, sensorConfig)
}
}
*/

0 comments on commit 3b9189b

Please sign in to comment.