File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ mod integration_test_helper;
3
3
4
4
use hyper:: { Body , Request , Response } ;
5
5
use sb_workers:: context:: { WorkerContextInitOpts , WorkerRequestMsg , WorkerRuntimeOpts } ;
6
+ use serial_test:: serial;
6
7
use std:: collections:: HashMap ;
7
8
use tokio:: sync:: oneshot;
8
9
9
10
use crate :: integration_test_helper:: { create_test_user_worker, test_user_runtime_opts} ;
10
11
11
12
#[ tokio:: test]
13
+ #[ serial]
12
14
async fn test_user_worker_json_imports ( ) {
13
15
let opts = WorkerContextInitOpts {
14
16
service_path : "./test_cases/json_import" . into ( ) ,
@@ -52,6 +54,7 @@ async fn test_user_worker_json_imports() {
52
54
}
53
55
54
56
#[ tokio:: test]
57
+ #[ serial]
55
58
async fn test_user_imports_npm ( ) {
56
59
let opts = WorkerContextInitOpts {
57
60
service_path : "./test_cases/npm" . into ( ) ,
You can’t perform that action at this time.
0 commit comments