diff --git a/test/test_run_analysis.rb b/test/test_run_analysis.rb index 0125c13563..f8dbaba38d 100644 --- a/test/test_run_analysis.rb +++ b/test/test_run_analysis.rb @@ -115,6 +115,7 @@ def _verify_outputs(cli_output_log, testing = false) next if _expected_warning_message(message, 'No windows specified, the model will not include window heat transfer. [context: /HPXML/Building/BuildingDetails]') next if _expected_warning_message(message, 'No interior lighting specified, the model will not include interior lighting energy use. [context: /HPXML/Building/BuildingDetails]') next if _expected_warning_message(message, 'No exterior lighting specified, the model will not include exterior lighting energy use. [context: /HPXML/Building/BuildingDetails]') + next if _expected_warning_message(message, 'Home with unconditioned basement/crawlspace foundation type has both foundation wall insulation and floor insulation.') end flunk "Unexpected cli_output.log message found: #{message}"