File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
crates/tmc-langs-cli/tests Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -393,6 +393,9 @@ fn prepare_submission_zstd() {
393393}
394394
395395#[ test]
396+ // dirs returns wrong user's cache dir on github's windows runner which causes issues with maven plugin
397+ // todo: use python exercise as base instead
398+ #[ cfg( not( target_os = "windows" ) ) ]
396399fn prepare_submission_fails_tests ( ) {
397400 let _ = env_logger:: try_init ( ) ;
398401
@@ -511,6 +514,9 @@ fn prepare_submission_fails_tests() {
511514}
512515
513516#[ test]
517+ // dirs returns wrong user's cache dir on github's windows runner which causes issues with maven plugin
518+ // todo: use python exercise as base instead
519+ #[ cfg( not( target_os = "windows" ) ) ]
514520fn prepare_submission_passes_tests ( ) {
515521 let _ = env_logger:: try_init ( ) ;
516522
You can’t perform that action at this time.
0 commit comments