Skip to content

Commit 960f667

Browse files
committed
reduce number of cash loan tests to check coverage
1 parent 2068ef3 commit 960f667

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ssc_test/cmod_cashloan_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ TEST_F(CmodCashLoanTest, PVWattsBatteryCommercial) {
121121
Test("cashloan", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
122122
}
123123

124+
/*
124125
TEST_F(CmodCashLoanTest, PVResidential) {
125126
std::string file_inputs = SSCDIR;
126127
file_inputs += "/test/input_json/FinancialModels/cashloan/2022.08.08_develop_branch_Flat_Plate_PV_Residential_cmod_cashloan.json";
@@ -330,4 +331,4 @@ TEST_F(CmodCashLoanTest, WindCommercial) {
330331
331332
Test("cashloan", file_inputs, file_outputs, compare_number_variables, compare_array_variables);
332333
}
333-
334+
*/

0 commit comments

Comments
 (0)