Skip to content

Commit

Permalink
Merge pull request dana-team#201 from mzeevi/fix/flakingTest
Browse files Browse the repository at this point in the history
fix: modify flaky capprevision test
  • Loading branch information
dana-prow-ci[bot] authored Aug 28, 2024
2 parents 2a98ed0 + 1e8f87f commit 4806f41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e_tests/capp_revision_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ var _ = Describe("Validate CappRevision creation", func() {
Eventually(func() string {
return utilst.GetCapp(k8sClient, desiredCapp.Name, desiredCapp.Namespace).Annotations["test"]
}, testconsts.Timeout, testconsts.Interval).Should(Equal(assertValue), "Should be equal to the updated value")
utilst.GetCapp(k8sClient, desiredCapp.Name, desiredCapp.Namespace)

desiredCapp = utilst.GetCapp(k8sClient, desiredCapp.Name, desiredCapp.Namespace)
}

Eventually(func() int {
Expand Down

0 comments on commit 4806f41

Please sign in to comment.