Skip to content

Commit 5427a01

Browse files
author
Jelle Dijkstra
committed
Fix lint
1 parent 1559577 commit 5427a01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/e2e_suite_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ var (
3434
// - CERT_MANAGER_INSTALL_SKIP=true: Skips CertManager installation during test setup.
3535
// These variables are useful if Prometheus or CertManager is already installed, avoiding
3636
// re-installation and conflicts.
37-
skipPrometheusInstall = os.Getenv("PROMETHEUS_INSTALL_SKIP") == "true"
3837
skipCertManagerInstall = os.Getenv("CERT_MANAGER_INSTALL_SKIP") == "true"
3938
// isPrometheusOperatorAlreadyInstalled will be set true when prometheus CRDs be found on the cluster
40-
isPrometheusOperatorAlreadyInstalled = false
4139
// isCertManagerAlreadyInstalled will be set true when CertManager CRDs be found on the cluster
4240
isCertManagerAlreadyInstalled = false
4341

0 commit comments

Comments
 (0)