<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="cart.DiscountTest" tests="3" failures="0" errors="0" skipped="3" time="0.003" timestamp="2026-08-07T09:14:22" hostname="ci-runner-04">
    <testcase classname="cart.DiscountTest" name="appliesLoyaltyTier" time="0.001">
      <skipped message="loyalty tiers are disabled in the CI profile"/>
    </testcase>
    <testcase classname="cart.DiscountTest" name="appliesPartnerRate" time="0.001">
      <skipped message="loyalty tiers are disabled in the CI profile"/>
    </testcase>
    <testcase classname="cart.DiscountTest" name="appliesSeasonalOverride" time="0.001">
      <skipped message="loyalty tiers are disabled in the CI profile"/>
    </testcase>
  </testsuite>
</testsuites>
