File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ impl LanguagePlugin for MakePlugin {
272272}
273273
274274#[ cfg( test) ]
275- #[ cfg( target_os = "linux" ) ] // check not installed on other platforms
275+ #[ cfg( target_os = "linux" ) ] // check not installed on other CI platforms
276276mod test {
277277 use super :: * ;
278278 use std:: path:: PathBuf ;
@@ -367,7 +367,7 @@ mod test {
367367 }
368368
369369 //#[test]
370- fn runs_tests_failing_valgrind ( ) {
370+ fn _runs_tests_failing_valgrind ( ) {
371371 init ( ) ;
372372
373373 let temp = copy_test ( "tests/data/valgrind-failing" ) ;
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ impl LanguagePlugin for RPlugin {
116116}
117117
118118#[ cfg( test) ]
119- #[ cfg( unix ) ]
119+ #[ cfg( target_os = "linux" ) ] // tmc-r-testrunner not installed on other CI platforms
120120mod test {
121121 use super :: * ;
122122 use std:: path:: PathBuf ;
You can’t perform that action at this time.
0 commit comments