This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch polish-details
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/polish-details by this push:
new 31bdb3863 Fix build
new 8f0e05510 Merge remote-tracking branch
'refs/remotes/origin/polish-details' into polish-details
31bdb3863 is described below
commit 31bdb3863c8009ed13a797fac7d81b7a0f7f811f
Author: Xuanwo <[email protected]>
AuthorDate: Wed Sep 13 16:10:53 2023 +0800
Fix build
Signed-off-by: Xuanwo <[email protected]>
---
core/tests/behavior/utils.rs | 2 --
1 file changed, 2 deletions(-)
diff --git a/core/tests/behavior/utils.rs b/core/tests/behavior/utils.rs
index c3bf5eb2f..b5bd0970d 100644
--- a/core/tests/behavior/utils.rs
+++ b/core/tests/behavior/utils.rs
@@ -82,8 +82,6 @@ pub fn init_service<B: Builder>() -> Option<Operator> {
op.layer(ChaosLayer::new(0.1))
};
- let _guard = RUNTIME.enter();
-
let mut op = op
.layer(LoggingLayer::default().with_backtrace_output(true))
.layer(TimeoutLayer::new())