Skip to content

Commit

Permalink
decrease expacted amount of periodics in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed May 5, 2022
1 parent acd3ea1 commit a8ff8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/tools/jobs/kyma/kyma_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func TestKymaIntegrationJobPeriodics(t *testing.T) {
require.NoError(t, err)

periodics := jobConfig.AllPeriodics()
assert.Len(t, periodics, 21)
assert.Len(t, periodics, 20)

expName := "kyma-upgrade-k3d-kyma2-to-main"
kymaUpgradePeriodic := tester.FindPeriodicJobByName(periodics, expName)
Expand Down

0 comments on commit a8ff8d3

Please sign in to comment.