Merge pull request #3022 from joakim-hove/skip-schedulestate-testing

Don't test serialization for isolated ScheduleState
This commit is contained in:
Joakim Hove
2021-01-21 08:05:39 +01:00
committed by GitHub

View File

@@ -533,7 +533,6 @@ TEST_FOR_TYPE(Rock2dTable)
TEST_FOR_TYPE(Runspec) TEST_FOR_TYPE(Runspec)
TEST_FOR_TYPE(Schedule) TEST_FOR_TYPE(Schedule)
TEST_FOR_TYPE(ScheduleDeck) TEST_FOR_TYPE(ScheduleDeck)
TEST_FOR_TYPE(ScheduleState)
TEST_FOR_TYPE(Segment) TEST_FOR_TYPE(Segment)
TEST_FOR_TYPE(SimpleTable) TEST_FOR_TYPE(SimpleTable)
TEST_FOR_TYPE(SimulationConfig) TEST_FOR_TYPE(SimulationConfig)