Skip to content

Commit 7dae1f6

Browse files
committed
wip
1 parent f8250e4 commit 7dae1f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/pet/tests/ci_test.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ fn verify_validity_of_discovered_envs() {
8484
threads.push(thread::spawn(move || {
8585
verify_we_can_get_same_env_inf_using_from(e)
8686
}));
87+
// let e = environment.clone();
88+
// threads.push(thread::spawn(move || {
89+
// verify_we_can_get_same_env_inf_using_resolve(e)
90+
// }));
8791
}
8892
for thread in threads {
8993
thread.join().unwrap();

0 commit comments

Comments
 (0)