Browse Source

[groovy/grails] Mark tests as broken. (#10363)

The current test fails as it is using an EOL version of Java.
Grails is actively maintained, so mark it as broken instead.
Petrik de Heus 1 week ago
parent
commit
fe28ddbdc6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frameworks/Groovy/grails/benchmark_config.json

+ 2 - 1
frameworks/Groovy/grails/benchmark_config.json

@@ -22,7 +22,8 @@
       "database_os": "Linux",
       "database_os": "Linux",
       "display_name": "Grails",
       "display_name": "Grails",
       "notes": "",
       "notes": "",
-      "versus": "servlet"
+      "versus": "servlet",
+      "tags": ["broken"]
     }
     }
   }]
   }]
 }
 }