Skip to content

Commit

Permalink
ignoring breaking mzid12 invoking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julianu committed Jul 12, 2024
1 parent 564bdc7 commit 1d3feba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@
import java.io.File;
import java.io.IOException;

import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.junit.Ignore;
import org.junit.Test;

import de.mpc.pia.intermediate.xmlhandler.PIAIntermediateJAXBHandler;

public class IntermediateJAXBTest {

/** logger for this class */
private static final Logger LOGGER = LogManager.getLogger();

@Test
@Ignore("Unfortunately, loading Unmarshaller for mzid 1.1 and mzid 1.2 in same test suite breaks everything")
public void testIntermediateJAXB() throws IOException{
PIAIntermediateJAXBHandler intermediateHandler;
intermediateHandler = new PIAIntermediateJAXBHandler();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import java.io.File;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import de.mpc.pia.intermediate.compiler.PIACompiler;
Expand All @@ -15,6 +16,7 @@
public class MzIdentML12Test {

@Test
@Ignore("Unfortunately, loading Unmarshaller for mzid 1.1 and mzid 1.2 in same test suite breaks everything")
public void testMzIdentMLv1_2_0Import() {
PIACompiler piaCompiler = new PIASimpleCompiler();

Expand Down

0 comments on commit 1d3feba

Please sign in to comment.