Skip to content

Commit f411a5e

Browse files
committed
Disable Geode integration tests on 4.0.x branch.
Closes #2106
1 parent 61dd231 commit f411a5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spring-data-rest-tests/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515

1616
<modules>
1717
<module>spring-data-rest-tests-core</module>
18-
<module>spring-data-rest-tests-geode</module>
18+
<!-- Disabled until Apache Geode can be made work with having Micrometer 2 in the class path.
19+
See https://github.com/spring-projects/spring-data-rest/issues/2106 and
20+
https://github.com/spring-projects/spring-data-geode/issues/572 -->
21+
<!-- <module>spring-data-rest-tests-geode</module> -->
1922
<module>spring-data-rest-tests-jpa</module>
2023
<module>spring-data-rest-tests-mongodb</module>
2124
<module>spring-data-rest-tests-security</module>

0 commit comments

Comments
 (0)