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:
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user