[DEV-7160] Set neg-yields param in retry template

master
Austin Schaffer 2020-03-09 12:20:46 -04:00
parent 2434e138b8
commit 940d41817f
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
<param-copy name="@values@" />
</classify>
<t:assert failure="Retrying suppliers are ineligible">
<t:assert failure="Retrying suppliers are ineligible"
neg-yields="_nassert-supplier-pending">
<t:match-eq on="__retry" value="FALSE" />
</t:assert>
</template>