Skip to content

Commit 5ecfad3

Browse files
committed
Tokio server integration tests ignores
1 parent 12897aa commit 5ecfad3

File tree

4 files changed

+3
-165
lines changed

4 files changed

+3
-165
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ tmp.a2l
3131
/a2lfile.txt
3232
*.bin
3333
/tokio_demo.a2l
34+
/point_cloud.a2l

point_cloud.a2l

-165
This file was deleted.

tests/tokio_multi_thread.rs

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ fn task(cal_seg: CalSeg<CalPage1>) {
150150
//-----------------------------------------------------------------------------
151151
// Integration test multi thread measurememt and calibration
152152

153+
#[ignore]
153154
#[tokio::test]
154155
async fn test_tokio_multi_thread() {
155156
env_logger::Builder::new().filter_level(OPTION_LOG_LEVEL.to_log_level_filter()).init();

tests/tokio_single_thread.rs

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ fn task(cal_seg: CalSeg<CalPage1>) {
147147
//-----------------------------------------------------------------------------
148148
// Integration test single thread measurement and calibration
149149

150+
#[ignore]
150151
#[tokio::test]
151152
async fn test_tokio_single_thread() {
152153
env_logger::Builder::new().filter_level(OPTION_LOG_LEVEL.to_log_level_filter()).try_init().ok();

0 commit comments

Comments
 (0)