Skip to content

Commit

Permalink
clarify pytest skip reason comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Jul 27, 2023
1 parent 217f045 commit 0a11c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/model_connectors/test_chp_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_build_chp_system(self):
assert (root_path / 'DistrictEnergySystem.mo').exists()

@pytest.mark.simulation
@pytest.mark.skip('OMC Failure: Simulation execution failed for model')
@pytest.mark.skip('OMC Failure: Initialization failed.')
def test_simulate_chp_system(self):
self.run_and_assert_in_docker(
f'{self.district._scaffold.project_name}.Districts.DistrictEnergySystem',
Expand Down

0 comments on commit 0a11c46

Please sign in to comment.