Skip to content

Commit e6764f2

Browse files
authored
Update test_cache_executor_pysqa_flux.py
1 parent 4a0402c commit e6764f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cache_executor_pysqa_flux.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_executor(self):
3333
with Executor(
3434
resource_dict={"cores": 2},
3535
backend="pysqa_flux",
36+
block_allocation=False,
3637
) as exe:
3738
fs1 = exe.submit(mpi_funct, 1)
3839
self.assertFalse(fs1.done())

0 commit comments

Comments
 (0)