Spring boot Test, Liquibase conflict

Hello,
i have a spring boot application with unit test.
Without flowable dependencies all test work fine. if i add flowable dependencies the error is:

schema-validation exception… table [‘myTable’] not found.
How i can disable liquibase for test?