Skip to content

Commit 6aaf880

Browse files
committed
test: mark apt tests for linux only
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
1 parent 4338ad5 commit 6aaf880

File tree

1 file changed

+1
-0
lines changed
  • plugins/tedge_apt_plugin/src

1 file changed

+1
-0
lines changed

plugins/tedge_apt_plugin/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ pub fn run_and_exit(cli: Result<AptCli, clap::Error>) -> ! {
380380
}
381381
}
382382

383+
#[cfg(target_os = "linux")]
383384
#[cfg(test)]
384385
mod tests {
385386
use super::*;

0 commit comments

Comments
 (0)