Skip to content

Commit fc4c24b

Browse files
committed
Disable itegration tests on windows
1 parent aad9730 commit fc4c24b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

crates/tmc-langs-cli/tests/integration.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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"))]
396399
fn 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"))]
514520
fn prepare_submission_passes_tests() {
515521
let _ = env_logger::try_init();
516522

0 commit comments

Comments
 (0)