We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d654f4 commit d17309aCopy full SHA for d17309a
test/common/src/main/java/org/hibernate/tool/stat/Statistics/TestCase.java
@@ -28,6 +28,7 @@
28
import org.hibernate.tools.test.util.JdbcUtil;
29
import org.junit.jupiter.api.AfterEach;
30
import org.junit.jupiter.api.BeforeEach;
31
+import org.junit.jupiter.api.Disabled;
32
import org.junit.jupiter.api.Test;
33
34
public class TestCase {
@@ -42,6 +43,9 @@ public void tearDown() {
42
43
JdbcUtil.dropDatabase(this);
44
}
45
46
+ // HBX-1554: Ignore the test for now
47
+ // TODO: re-enable the test
48
+ @Disabled
49
@Test
50
public void testBrowser() throws Exception {
51
MetadataSources mds = new MetadataSources();
0 commit comments