Skip to content

Commit d01c592

Browse files
committed
disable unpack test
1 parent 3160dca commit d01c592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-langs-java/src/maven.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ mod test {
369369
}
370370

371371
// TODO: currently will extract maven to your cache directory
372-
#[test]
372+
// #[test] TODO: changing PATH breaks other tests
373373
fn unpack_bundled_mvn() {
374374
let plugin = MavenPlugin::new().unwrap();
375375
std::env::set_var("PATH", "");

0 commit comments

Comments
 (0)