Contexts are ignored in Spring Boot application

Hi,

I’ve defined below property in a Spring Boot application:

spring.liquibase.contexts: test

And a change set has been annotated like this:

– changeset author:1 context:prod

When I run the Spring boot application the script annotated with context prod is executed.

Any idea why?