<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="cart.DiscountTest" tests="3" failures="0" errors="0" skipped="1" time="0.112" timestamp="2026-08-07T09:14:22" hostname="ci-runner-04">
    <testcase classname="cart.DiscountTest" name="appliesPercentageDiscount" time="0.064"/>
    <testcase classname="cart.DiscountTest" name="appliesLoyaltyTier" time="0.000">
      <skipped message="loyalty tiers are disabled in the CI profile"><![CDATA[Loyalty tier lookups need the partner API, which the CI profile stubs out.]]></skipped>
    </testcase>
    <testcase classname="cart.DiscountTest" name="ignoresExpiredCoupon" time="0.048"/>
  </testsuite>
</testsuites>
