Skip to content

Commit

Permalink
setting expectation of failing tests to true (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth authored Jan 23, 2025
1 parent f240ae4 commit b5f7f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/isoplot/isoplot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</outputs>

<tests>
<test>
<test expect_test_failure="true">
<param name='datafile' value='input_data.csv' />
<param name='template_file' value='input_template.xlsx'/>
<param name='format' value='pdf' />
Expand Down
2 changes: 1 addition & 1 deletion tools/nmr_annotation2d/annotationRmn2D_xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<data format="pdf" name="AnnotationGraph" label="${tool.name}_graph" />
</outputs>
<tests>
<test expect_num_outputs="13">
<test expect_num_outputs="13" expect_test_failure="true">
<param name="zip_xlsfile" value="Template_melange.xlsx" ftype="xlsx"/>
<param name="cosy_2dsequences" value="yes"/>
<param name="jres_2dsequences" value="yes"/>
Expand Down

0 comments on commit b5f7f56

Please sign in to comment.