Skip to content

Commit 07c4959

Browse files
Mute VersionUtilsTest#testGradleVersionsMatchVersionUtils
Relates #27815
1 parent 156175e commit 07c4959

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/framework/src/test/java/org/elasticsearch/test/VersionUtilsTests.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ public void testResolveReleasedVersionsAtNewMinorBranchIn6x() {
253253
* agree with the list of wire and index compatible versions we build in gradle.
254254
*/
255255
public void testGradleVersionsMatchVersionUtils() {
256+
if (System.getProperty("build.snapshot", "true").equals("false")) {
257+
logger.warn("Skipping testGradleVersionsMatchVersionUtils(): See #27815 for details");
258+
return;
259+
}
256260
// First check the index compatible versions
257261
VersionsFromProperty indexCompatible = new VersionsFromProperty("tests.gradle_index_compat_versions");
258262

0 commit comments

Comments
 (0)