The test classes TimestampWhenSpec and TemporalWhenSpec in the tests/time module are currently @Disabled at the class level because they rely on Spine Time being migrated to the new Validation Placeholder API.
As a result, none of the tests in this module actually execute. Once Spine Time is updated to use the new Placeholder API, these @Disabled annotations should be removed so the tests run again.
Files
tests/time/src/test/kotlin/io/spine/test/validation/time/TimestampWhenSpec.kt
tests/time/src/test/kotlin/io/spine/test/validation/time/TemporalWhenSpec.kt
Tasks
Tracked from a Copilot review comment on the migrate-to-template-string-from-base branch.
The test classes
TimestampWhenSpecandTemporalWhenSpecin thetests/timemodule are currently@Disabledat the class level because they rely on Spine Time being migrated to the new ValidationPlaceholderAPI.As a result, none of the tests in this module actually execute. Once Spine Time is updated to use the new
PlaceholderAPI, these@Disabledannotations should be removed so the tests run again.Files
tests/time/src/test/kotlin/io/spine/test/validation/time/TimestampWhenSpec.kttests/time/src/test/kotlin/io/spine/test/validation/time/TemporalWhenSpec.ktTasks
PlaceholderAPI.@Disabledannotations from both specs.Tracked from a Copilot review comment on the
migrate-to-template-string-from-basebranch.