Skip to content

Commit

Permalink
chore: Disable temporally AzPipeline WI e2e (#6003)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer authored Jul 30, 2024
1 parent 12a529d commit 463a1d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ spec:
`
)

func TestScaler(t *testing.T) {
// TODO: Enable the test again when the infra is fixed
func DisabledTestScaler(t *testing.T) {
// setup
t.Log("--- setting up ---")
require.NotEmpty(t, organizationURL, "AZURE_DEVOPS_ORGANIZATION_URL env variable is required for azure pipelines test")
Expand Down

0 comments on commit 463a1d5

Please sign in to comment.