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.
2 parents f09e6d6 + 2e88cdc commit f9c915cCopy full SHA for f9c915c
quickfixj-core/src/test/java/quickfix/MessageTest.java
@@ -19,6 +19,7 @@
19
20
package quickfix;
21
22
+import org.junit.Ignore;
23
import org.junit.Rule;
24
import org.junit.Test;
25
import org.junit.rules.ExpectedException;
@@ -1933,6 +1934,7 @@ public void testIfMessageHeaderIsCreatedWithEveryConstructor() throws Exception
1933
1934
}
1935
1936
@Test
1937
+ @Ignore
1938
public void shouldConvertToXmlWhenDataDictionaryLoadedWithExternalDTD() throws ConfigError {
1939
DataDictionary dataDictionary = new DataDictionary("FIX_External_DTD.xml", DocumentBuilderFactory::newInstance);
1940
0 commit comments