1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-27 02:39:15 +00:00

Re-enable invalid config loading test

This commit is contained in:
onebeastchris
2025-11-11 16:10:28 +01:00
parent 29b8f86b2c
commit 707f9ccd3e
2 changed files with 1 additions and 5 deletions

View File

@@ -99,10 +99,6 @@ public class ConfigLoaderTest {
@Test
void testInvalidConfig() throws Exception {
streamResourceFiles(CONFIG_PREFIX + "/invalid").forEach(resource -> {
// TODO re-enable; tests the @NumericRanges are properly applied & result in a failed config
if (resource.getName().contains("port_out_of_range")) {
return;
}
try {
forAllConfigs(type -> {
assertThrows(ConfigurateException.class,

View File

@@ -2,7 +2,7 @@
base-api = "1.0.2"
bstats = "3.1.0"
cumulus = "1.1.2"
configurate = "4.2.0-GeyserMC-SNAPSHOT"
configurate = "4.2.0-GeyserMC-20251111.004649-11"
erosion = "1.1-20240521.000109-3"
events = "1.1-SNAPSHOT"
yaml = "2.2"