Skip to content

Commit

Permalink
re-skip the dhc simulation test
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Jul 26, 2023
1 parent 03eac00 commit d9a3ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_build_district_heating_and_cooling_systems(self):
# project_name=self.district._scaffold.project_name)

@pytest.mark.simulation
# @pytest.mark.skip("OMC Failed. Simulation completed, but lots of errors in stdout.log")
@pytest.mark.skip("Succeeds when run manually")
def test_simulate_district_heating_and_cooling_systems(self):
self.run_and_assert_in_docker(
f'{self.district._scaffold.project_name}.Districts.DistrictEnergySystem',
Expand Down

0 comments on commit d9a3ce6

Please sign in to comment.