Skip to content

Features entering Baseline high will cause CI to fail #1331

@foolip

Description

@foolip

npm run test:dist can start failing at any time due to the isFuture() call here:

if (isFuture(possibleHighDate)) {

This just happened in #1326 with npm run dist producing this diff:

diff --git a/features/font-synthesis.yml.dist b/features/font-synthesis.yml.dist
index 1ea2d98a..88064a0a 100644
--- a/features/font-synthesis.yml.dist
+++ b/features/font-synthesis.yml.dist
@@ -2,8 +2,9 @@
 # Do not edit this file by hand. Edit the source file instead!
 
 status:
-  baseline: low
+  baseline: high
   baseline_low_date: 2022-01-06
+  baseline_high_date: 2024-07-06
   support:
     chrome: "97"
     chrome_android: "97"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions