-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/engine
#43854Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform team
Description
When running felt test, a canvasKitVariant configuration is passed to the test suite. This controls whether to use the full or chromium variant of CK to run the suite.
Right now, that configuration isn't being respected, and all suites are running in CanvasKitVariant.auto mode, which loads the Chromium variant on Chromium-based browsers, and the full variant everywhere else.
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform team