Skip to content

Commit

Permalink
feat: disable logging in additional sumologic mock
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
Dominik Rosiek committed May 23, 2024
1 parent ec4f923 commit e35edd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/helm_ot_routing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
func Test_Helm_Routing_OT(t *testing.T) {

installChecks := []featureCheck{
CheckSumologicSecret(15),
CheckOtelcolMetadataLogsInstall,
CheckOtelcolLogsCollectorInstall,
}
Expand All @@ -23,5 +22,5 @@ func Test_Helm_Routing_OT(t *testing.T) {
featDeployMock := DeployAdditionalSumologicMock()
featDeleteMock := DeleteAdditionalSumologicMock()

testenv.Test(t, featDeployMock, featInstall, featLogs, featAdditionalLogs, featDeleteMock)
testenv.Test(t, featInstall, featDeployMock, featLogs, featAdditionalLogs, featDeleteMock)
}
3 changes: 3 additions & 0 deletions tests/integration/yamls/additional-sumologic-mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
- --store-traces
- --store-logs
- --store-metrics
env:
- name: RUST_LOG
value: "off"
resources: {}
securityContext:
capabilities:
Expand Down

0 comments on commit e35edd9

Please sign in to comment.