Skip to content

Commit

Permalink
feat(#277): disable performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 5, 2024
1 parent 8fcd3eb commit 8449d3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/jcabi/xml/XMLDocumentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ void validatesMultipleXmlsInThreads() throws Exception {


@Test
@Disabled
void createsManyXmlDocuments() throws ParserConfigurationException, IOException, SAXException {
final DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
String xml = this.large();
Expand Down Expand Up @@ -721,6 +722,7 @@ void createsManyXmlDocuments() throws ParserConfigurationException, IOException,

// ~ 1.6
@RepeatedTest(10)
@Disabled
void createsXmlFromFile(
@TempDir final Path temp
) throws IOException, ParserConfigurationException, SAXException {
Expand Down

0 comments on commit 8449d3d

Please sign in to comment.