We have a few tests that have FIXME/TODO comments. We should remove them and add issues instead.

Comment From: slavisah

Found TODO/FIXME tags in these classes:

  1. CassandraAutoConfigurationTests.java https://github.com/spring-projects/spring-boot/blob/0ec1ed4642633902f3d4fcae6f129e928b2ac448/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/cassandra/CassandraAutoConfigurationTests.java#L106
  2. HikariDataSourceConfigurationTests.java https://github.com/spring-projects/spring-boot/blob/0ec1ed4642633902f3d4fcae6f129e928b2ac448/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jdbc/HikariDataSourceConfigurationTests.java#L58
  3. JmxEndpointDiscovererTests.java https://github.com/spring-projects/spring-boot/blob/0ec1ed4642633902f3d4fcae6f129e928b2ac448/spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/jmx/annotation/JmxEndpointDiscovererTests.java#L242
  4. InfoEndpointAutoConfigurationTests.java https://github.com/spring-projects/spring-boot/blob/0ec1ed4642633902f3d4fcae6f129e928b2ac448/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/info/InfoEndpointAutoConfigurationTests.java#L45
  5. ReactiveCloudFoundrySecurityServiceTests.java https://github.com/spring-projects/spring-boot/blob/0ec1ed4642633902f3d4fcae6f129e928b2ac448/spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundrySecurityServiceTests.java#L207

From the list above, for 2,3 and 5 it's understandable how the title of the issue should be made. But, for 1 and 4 unfortunately not.

Comment From: slavisah

Can I maybe clean these up?

Comment From: wilkinsona

@slavisah Thank you very much for the offer, but I think it's probably easiest if the core team take care of these.