File tree 1 file changed +0
-16
lines changed
test/test-manager/src/tests
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -200,14 +200,6 @@ async fn test_custom_access_methods_gui(
200
200
201
201
assert ! ( ui_result. success( ) ) ;
202
202
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
-
211
203
Ok ( ( ) )
212
204
}
213
205
@@ -272,14 +264,6 @@ async fn test_custom_bridge_gui(
272
264
273
265
assert ! ( ui_result. success( ) ) ;
274
266
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
-
283
267
Ok ( ( ) )
284
268
}
285
269
You can’t perform that action at this time.
0 commit comments