File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
crates/extensions/tedge_downloader_ext/src Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ use tokio::time::timeout;
10
10
const TEST_TIMEOUT : Duration = Duration :: from_secs ( 5 ) ;
11
11
12
12
#[ tokio:: test]
13
- #[ ignore = "to get #3726 merged" ]
14
13
async fn download_without_auth ( ) {
15
14
let ttd = TempTedgeDir :: new ( ) ;
16
15
let mut server = mockito:: Server :: new_async ( ) . await ;
@@ -42,7 +41,6 @@ async fn download_without_auth() {
42
41
}
43
42
44
43
#[ tokio:: test]
45
- #[ ignore = "to get #3726 merged" ]
46
44
async fn download_with_auth ( ) {
47
45
let ttd = TempTedgeDir :: new ( ) ;
48
46
let mut server = mockito:: Server :: new_async ( ) . await ;
@@ -89,7 +87,6 @@ async fn spawn_downloader_actor(
89
87
}
90
88
91
89
#[ tokio:: test]
92
- #[ ignore = "to get #3726 merged" ]
93
90
async fn download_if_download_key_is_struct ( ) {
94
91
let ttd = TempTedgeDir :: new ( ) ;
95
92
let mut server = mockito:: Server :: new_async ( ) . await ;
You can’t perform that action at this time.
0 commit comments