Skip to content

Commit

Permalink
Disable telemetry on E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Jun 17, 2024
1 parent d480f38 commit 3b8e0a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/azureiam/azureiam_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ func (s *AzureIAMTestSuite) installOtterizeForAzureIAM() {
"deployment": map[string]any{
"networkMapper": false,
},
"telemetry": map[string]interface{}{
"enabled": false,
},
},
}

Expand Down
3 changes: 3 additions & 0 deletions tests/databases/postgres/postgres_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ func (s *PostgresTestSuite) installOtterizeNetworkMapperDisabled() {
"deployment": map[string]interface{}{
"networkMapper": false,
},
"telemetry": map[string]interface{}{
"enabled": false,
},
},
}
s.InstallOtterizeHelmChart(values)
Expand Down

0 comments on commit 3b8e0a0

Please sign in to comment.