@@ -126,7 +126,7 @@ def test_executor_function_cancel_true(self):
126126 "execute_function" : execute_in_subprocess ,
127127 "resource_dict" : {"cores" : 1 , "cwd" : None , "cache_directory" : cache_dir },
128128 "terminate_function" : terminate_subprocess ,
129- "cancel_futures_on_shutdown" : True ,
129+ "cancel_futures_on_shutdown" : False ,
130130 },
131131 )
132132 process .start ()
@@ -157,7 +157,7 @@ def test_executor_function_cancel_false(self):
157157 "execute_function" : execute_in_subprocess ,
158158 "resource_dict" : {"cores" : 1 , "cwd" : None , "cache_directory" : cache_dir },
159159 "terminate_function" : terminate_subprocess ,
160- "cancel_futures_on_shutdown" : False ,
160+ "cancel_futures_on_shutdown" : True ,
161161 },
162162 )
163163 process .start ()
@@ -170,7 +170,7 @@ def test_executor_function_cancel_false(self):
170170 "execute_function" : execute_in_subprocess ,
171171 "resource_dict" : {"cores" : 1 , "cwd" : None , "cache_directory" : cache_dir },
172172 "terminate_function" : terminate_subprocess ,
173- "cancel_futures_on_shutdown" : False ,
173+ "cancel_futures_on_shutdown" : True ,
174174 },
175175 )
176176 process .start ()
0 commit comments