spring-cloud/spring-cloud-dataflow-acceptance-tests

Update skipper config on CF to disable auto-reconfigurations

markpollack opened this issue · 1 comments

When the connector library is removed, the acceptance tests will need to add the lines

    SPRING_PROFILES_ACTIVE: cloud
    JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'

to the skipiper manifest.

Added noAutoreconfiguration flag in b2510d4