@@ -864,7 +864,8 @@ TEST_F(EnergyPlusFixture, ForwardTranslator_ScheduleVariableInterval_Hourly) {
864864}
865865
866866// TODO: This test was disabled since it is failing, need to fix it
867- TEST_F (EnergyPlusFixture, DISABLED_ForwardTranslator_ScheduleVariableInterval_Hourly_Shifted) {
867+ TEST_F (EnergyPlusFixture, ForwardTranslator_ScheduleVariableInterval_Hourly_Shifted) {
868+ GTEST_SKIP () << " Test disabled due to failure" ;
868869 // Create the values vector and a vector of seconds from the start
869870 Vector values = linspace (1 , 8760 , 8760 );
870871 std::vector<long > seconds (8760 );
@@ -1126,7 +1127,8 @@ TEST_F(EnergyPlusFixture, ForwardTranslator_ScheduleVariableInterval_500) {
11261127}
11271128
11281129// TODO: This test was disabled since it is failing, need to fix it
1129- TEST_F (EnergyPlusFixture, DISABLED_ForwardTranslator_ScheduleVariableInterval_500_Shifted) {
1130+ TEST_F (EnergyPlusFixture, ForwardTranslator_ScheduleVariableInterval_500_Shifted) {
1131+ GTEST_SKIP () << " Test disabled due to failure" ;
11301132 // The vector of time deltas, randomly generated
11311133 long numbers[500 ] = {
11321134 86313 , 48668 , 46739 , 86313 , 86313 , 35939 , 28787 , 81175 , 41086 , 60467 , 71308 , 36332 , 75050 , 44913 , 86313 , 36150 , 86313 , 86313 , 86313 , 86313 , 49633 ,
@@ -1263,7 +1265,8 @@ TEST_F(EnergyPlusFixture, DISABLED_ForwardTranslator_ScheduleVariableInterval_50
12631265}
12641266
12651267// TODO: This test was disabled since it is failing, need to fix it
1266- TEST_F (EnergyPlusFixture, DISABLED_ForwardTranslator_ScheduleVariableInterval_DaysTimeSeries) {
1268+ TEST_F (EnergyPlusFixture, ForwardTranslator_ScheduleVariableInterval_DaysTimeSeries) {
1269+ GTEST_SKIP () << " Test disabled due to failure" ;
12671270 // The vector of time deltas, randomly generated
12681271 std::vector<double > timeInDays = {5.756944444444445 ,
12691272 5.763888888888889 ,
0 commit comments