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
commit 9552d0cc8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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