Skip to content

Commit

Permalink
fix quay flaky tests (#2282)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashkhileri authored Jan 29, 2025
1 parent 542ce74 commit a828243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/playwright/utils/quay/quay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ImageRegistry {

const manifest = /^sha256/;
const securityScan =
/^(?:Critical:\s\d+,\s)?(?:High:\s\d+,\s)?(?:Medium:\s\d+,\s)?(?:Low:\s\d+,\s)?(?:Unknown:\s\d+)?$/i;
/^(?:Critical:\s\d+)?(?:,\s)?(?:High:\s\d+)?(?:,\s)?(?:Medium:\s\d+)?(?:,\s)?(?:Low:\s\d+)?(?:,\s)?(?:Unknown:\s\d+)?$/i;
return [tagText, lastModifiedDate, securityScan, size, expires, manifest];
}

Expand Down

0 comments on commit a828243

Please sign in to comment.