mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-23 00:10:06 -05:00
operator: clean up after joining node env test
This commit is contained in:
parent
7fbdba5b4d
commit
ebee6b3398
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user