13
0
geforkt von Mirrors/Velocity

Disable hinting test for now

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-04-25 10:18:58 -04:00
Ursprung 81311e7516
Commit 347853b945

Datei anzeigen

@ -46,6 +46,7 @@ import java.util.concurrent.ExecutionException;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.atomic.AtomicReference;
import org.checkerframework.checker.nullness.qual.NonNull;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
public class CommandManagerTests {
@ -441,6 +442,8 @@ public class CommandManagerTests {
.join().isEmpty());
}
// TODO: Hug needs to fix this test!
@Disabled
@Test
void testHinting() {
VelocityCommandManager manager = createManager();