Skip to content

Commit

Permalink
Undo test failure probe
Browse files Browse the repository at this point in the history
Signed-off-by: jorturfer <jorge_turrado@hotmail.es>
  • Loading branch information
JorTurFer committed Feb 10, 2022
1 parent 1455c79 commit cf24adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scalers/kubernetes-workload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test.serial('Deployment should have 0 replicas on start', t => {
const replicaCount = sh.exec(
`kubectl get deployment.apps/sut-deployment --namespace ${testNamespace} -o jsonpath="{.spec.replicas}"`
).stdout
t.is(replicaCount, '10', 'replica count should start out as 0')
t.is(replicaCount, '0', 'replica count should start out as 0')
})

test.serial(`Deployment should scale to fit the amount of pods which match the selector`, async t => {
Expand Down

0 comments on commit cf24adf

Please sign in to comment.