Skip to content

Commit 3d05929

Browse files
authored
test(base): clear FLUID_SYNC_RETRY_DURATION environment variable afte… (#5601)
bbc3252 …r each test Signed-off-by: Harsh <harshmastic@gmail.com>
1 parent 44c3489 commit 3d05929

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/ddc/base/operation_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ var _ = Describe("Operate", func() {
8686

8787
AfterEach(func() {
8888
ctrl.Finish()
89+
_ = os.Unsetenv("FLUID_SYNC_RETRY_DURATION")
8990
})
9091

9192
Describe("Operate phase routing", func() {

pkg/ddc/base/template_engine_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ var _ = Describe("TemplateEngine", func() {
8080
// Check if all expectations have been met after each It
8181
AfterEach(func() {
8282
ctrl.Finish()
83+
_ = os.Unsetenv("FLUID_SYNC_RETRY_DURATION")
8384
})
8485

8586
Describe("Setup", func() {

0 commit comments

Comments
 (0)