Skip to content

Commit

Permalink
Update src/test/java/hudson/plugins/robot/model/RobotResultTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: Tatu Kairi <[email protected]>
  • Loading branch information
asimell and Tattoo authored Nov 13, 2024
1 parent a62cd8c commit 690e57b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public void testShouldParseFailedCriticalCases(){
@Deprecated
@Test
@Ignore
// TODO: remove test when criticality is removed
public void testShouldParseFailedNewCriticalCases() throws Exception{
RobotParser.RobotParserCallable remoteOperation = new RobotParser.RobotParserCallable("new_critical_output.xml", null, null);
result = remoteOperation.invoke(new File(RobotSuiteResultTest.class.getResource("new_critical_output.xml").toURI()).getParentFile(), null);
Expand Down

0 comments on commit 690e57b

Please sign in to comment.