diff --git a/core/src/test/java/google/registry/tools/ConfigureTldCommandTest.java b/core/src/test/java/google/registry/tools/ConfigureTldCommandTest.java index 96950e679..6379891b8 100644 --- a/core/src/test/java/google/registry/tools/ConfigureTldCommandTest.java +++ b/core/src/test/java/google/registry/tools/ConfigureTldCommandTest.java @@ -42,6 +42,7 @@ import google.registry.model.tld.label.PremiumListDao; import java.io.File; import org.joda.money.Money; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import org.testcontainers.shaded.com.google.common.collect.ImmutableMap; @@ -273,7 +274,8 @@ public class ConfigureTldCommandTest extends CommandTestCase