Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator: clean up after joining node env test
Browse files Browse the repository at this point in the history
3u13r committed Oct 20, 2024
1 parent 6c8c600 commit 332d2b6
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -39,6 +39,13 @@ var _ = Describe("JoiningNode controller", func() {
duration = time.Second * 2
interval = time.Millisecond * 250
)

AfterEach(func() {
Eventually(func() error {
return resetEnv()
}, 30*time.Second, 1*time.Second).Should(Succeed())
})

Context("When changing a joining node resource spec", func() {
It("Should annotate the corresponding node when creating the CRD first", func() {
By("creating a joining node resource")

0 comments on commit 332d2b6

Please sign in to comment.