Skip to content

Commit

Permalink
feat: fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jincheng.zhang committed Apr 7, 2024
1 parent 0d02f52 commit 12bade0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/netpurr_test_runner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fn run_test_group(
parent_testcase,
folder_only_read.clone(),
);
runner::Runner::run_test_group_jobs(client,run_request_infos,test_group_run_result.clone());
runner::Runner::run_test_group_jobs(client,run_request_infos,test_group_run_result.clone(),true);
let result_tree = ResultTreeFolder::create(
folder.clone(),
vec![],
Expand Down

0 comments on commit 12bade0

Please sign in to comment.