diff --git a/test/common/src/main/java/org/hibernate/tool/stat/Statistics/TestCase.java b/test/common/src/main/java/org/hibernate/tool/stat/Statistics/TestCase.java index a86b718270..d94e938345 100644 --- a/test/common/src/main/java/org/hibernate/tool/stat/Statistics/TestCase.java +++ b/test/common/src/main/java/org/hibernate/tool/stat/Statistics/TestCase.java @@ -28,6 +28,7 @@ import org.hibernate.tools.test.util.JdbcUtil; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; public class TestCase { @@ -42,6 +43,9 @@ public void tearDown() { JdbcUtil.dropDatabase(this); } + // HBX-1554: Ignore the test for now + // TODO: re-enable the test + @Disabled @Test public void testBrowser() throws Exception { MetadataSources mds = new MetadataSources();