Skip to content

Commit 6499729

Browse files
committed
fixup! Add gui test to test framework
1 parent 3024613 commit 6499729

File tree

1 file changed

+0
-16
lines changed
  • test/test-manager/src/tests

1 file changed

+0
-16
lines changed

test/test-manager/src/tests/ui.rs

-16
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,6 @@ async fn test_custom_access_methods_gui(
200200

201201
assert!(ui_result.success());
202202

203-
// Reset the `api-override` feature.
204-
tokio::time::timeout(
205-
std::time::Duration::from_secs(60),
206-
rpc.set_daemon_environment(helpers::get_app_env()),
207-
)
208-
.await
209-
.map_err(|_| Error::DaemonNotRunning)??;
210-
211203
Ok(())
212204
}
213205

@@ -272,14 +264,6 @@ async fn test_custom_bridge_gui(
272264

273265
assert!(ui_result.success());
274266

275-
// Reset the `api-override` feature.
276-
tokio::time::timeout(
277-
std::time::Duration::from_secs(60),
278-
rpc.set_daemon_environment(helpers::get_app_env()),
279-
)
280-
.await
281-
.map_err(|_| Error::DaemonNotRunning)??;
282-
283267
Ok(())
284268
}
285269

0 commit comments

Comments
 (0)