Commit 506aea03 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

enable windows tests with workaround (#9058)

parent f50a3f63
...@@ -211,9 +211,8 @@ tasks: ...@@ -211,9 +211,8 @@ tasks:
stage: devicelab_win stage: devicelab_win
required_agent_capabilities: ["windows"] required_agent_capabilities: ["windows"]
# TODO(goderbauer): disabled until https://github.com/flutter/flutter/issues/8986 is resolved hot_mode_dev_cycle_win__benchmark:
# hot_mode_dev_cycle_win__benchmark: description: >
# description: > Measures the performance of Dart VM hot patching feature on Windows.
# Measures the performance of Dart VM hot patching feature on Windows. stage: devicelab_win
# stage: devicelab_win required_agent_capabilities: ["windows"]
# required_agent_capabilities: ["windows"]
...@@ -33,6 +33,14 @@ android { ...@@ -33,6 +33,14 @@ android {
signingConfig signingConfigs.debug signingConfig signingConfigs.debug
} }
} }
aaptOptions {
// TODO(goderbauer): remove when https://github.com/flutter/flutter/issues/8986 is resolved.
if(System.getenv("FLUTTER_CI_WIN")) {
println "AAPT cruncher disabled when running on Win CI."
cruncherEnabled false
}
}
} }
flutter { flutter {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment