disable lore edit test

This commit is contained in:
alexcrea 2025-11-03 17:06:30 +01:00
parent e9a2890cfb
commit fe09a1b2c6
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -29,9 +29,11 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Map;
// TODO redo test as now color split should be handled in AnvilColorUtilTest and not here
// Especially since some behavior changed
public class LoreEditTests extends SharedCustomAnvilTest {
private static AnvilInventory anvil;
/*private static AnvilInventory anvil;
private static PlayerMock player;
private static final String COLORED_LORE_LINE = "§x§1§2§3§4§5§6TEST §atest";
@ -615,6 +617,6 @@ public class LoreEditTests extends SharedCustomAnvilTest {
).executeTest(anvil, player);
}
//TODO work penalty test
//TODO work penalty test*/
}