Skip to content

Commit

Permalink
test: Disable batchrunnerMP
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and tpike3 committed Apr 6, 2022
1 parent e29cc58 commit 5a4248d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/batchrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def __init__(
)


class BatchRunnerMP(BatchRunner):
class BatchRunnerMP(BatchRunner): # pragma: no cover
"""DEPRECATION WARNING: BatchRunner class has been replaced by batch_run
Child class of BatchRunner, extended with multiprocessing support."""

Expand Down
1 change: 1 addition & 0 deletions tests/test_batchrunnerMP.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class TestBatchRunnerMP(unittest.TestCase):
"""

def setUp(self):
self.skipTest("Disabled due to consistent hangs")
self.mock_model = MockModel
self.model_reporters = {
"reported_variable_value": lambda m: m.variable_model_param,
Expand Down

0 comments on commit 5a4248d

Please sign in to comment.