File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ fn process_property_descriptors() {
6262}
6363
6464#[ test]
65- #[ ignore]
65+ #[ ignore = "Unsafe under parallel test execution as it tempers with env." ]
6666fn process_env_contains_variables ( ) {
6767 temp_env:: with_vars (
6868 [
@@ -90,7 +90,7 @@ fn process_env_contains_variables() {
9090}
9191
9292#[ test]
93- #[ ignore]
93+ #[ ignore = "Unsafe under parallel test execution as it tempers with env." ]
9494fn process_env_properties_writable ( ) {
9595 temp_env:: with_var ( "TEST_VAR" , Some ( "original" ) , || {
9696 let mut context = Context :: default ( ) ;
@@ -135,7 +135,7 @@ fn process_env_object_properties() {
135135}
136136
137137#[ test]
138- #[ ignore]
138+ #[ ignore = "Unsafe under parallel test execution as it tempers with env." ]
139139fn process_env_iteration ( ) {
140140 temp_env:: with_vars (
141141 [
You can’t perform that action at this time.
0 commit comments