Skip to content

Commit

Permalink
test: missed one test that needs to be skipped on arm processor
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Dec 16, 2024
1 parent e79ae7b commit 1250cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wntr/tests/test_sim_waterquality.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def test_flowpaced_waterquality_simulation(self):

def test_mass_waterquality_simulation(self):
inp_file = join(datadir, "Net3.inp")
if skip_v2_tests_on_arm: self.skipTest('skipped test due to skip_tests_flag')

wn = wntr.network.WaterNetworkModel(inp_file)
wn.options.time.hydraulic_timestep = 15*60
Expand Down

0 comments on commit 1250cbe

Please sign in to comment.