Skip to content

Commit

Permalink
Tokio server integration tests ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Sep 10, 2024
1 parent 12897aa commit 5ecfad3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 165 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ tmp.a2l
/a2lfile.txt
*.bin
/tokio_demo.a2l
/point_cloud.a2l
165 changes: 0 additions & 165 deletions point_cloud.a2l

This file was deleted.

1 change: 1 addition & 0 deletions tests/tokio_multi_thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ fn task(cal_seg: CalSeg<CalPage1>) {
//-----------------------------------------------------------------------------
// Integration test multi thread measurememt and calibration

#[ignore]
#[tokio::test]
async fn test_tokio_multi_thread() {
env_logger::Builder::new().filter_level(OPTION_LOG_LEVEL.to_log_level_filter()).init();
Expand Down
1 change: 1 addition & 0 deletions tests/tokio_single_thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ fn task(cal_seg: CalSeg<CalPage1>) {
//-----------------------------------------------------------------------------
// Integration test single thread measurement and calibration

#[ignore]
#[tokio::test]
async fn test_tokio_single_thread() {
env_logger::Builder::new().filter_level(OPTION_LOG_LEVEL.to_log_level_filter()).try_init().ok();
Expand Down

0 comments on commit 5ecfad3

Please sign in to comment.