Skip to content

Commit

Permalink
run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiying Lin committed Aug 28, 2024
1 parent 055ce7a commit 5eb2faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/enveloped_object_placement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ var _ = Describe("placing wrapped resources using a CRP", func() {
return fmt.Errorf("CRP status diff (-got, +want): %s", diff)
}
return nil
}, eventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to update CRP status as expected")
}, longEventuallyDuration, eventuallyInterval).Should(Succeed(), "Failed to update CRP status as expected")
})

AfterAll(func() {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/rollout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ var _ = Describe("placing wrapped resources using a CRP", Ordered, func() {
})
})

FContext("Test a CRP place custom resource successfully, updates binding transition time", Ordered, func() {
Context("Test a CRP place custom resource successfully, updates binding transition time", Ordered, func() {
crpName := fmt.Sprintf(crpNameTemplate, GinkgoParallelProcess())
workNamespace := appNamespace()
var wantSelectedResources []placementv1beta1.ResourceIdentifier
Expand Down

0 comments on commit 5eb2faa

Please sign in to comment.