From cea7c66dfdbb1fa42c3a95e808cd5e38be976ef1 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 27 Mar 2017 14:04:50 -0700 Subject: [PATCH] Disable flaky WIndows test :( (#9029) --- dev/devicelab/manifest.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev/devicelab/manifest.yaml b/dev/devicelab/manifest.yaml index 2a8960aab92..5bcaa747df9 100644 --- a/dev/devicelab/manifest.yaml +++ b/dev/devicelab/manifest.yaml @@ -211,8 +211,9 @@ tasks: stage: devicelab_win required_agent_capabilities: ["windows"] - hot_mode_dev_cycle_win__benchmark: - description: > - Measures the performance of Dart VM hot patching feature on Windows. - stage: devicelab_win - required_agent_capabilities: ["windows"] + # TODO(goderbauer): disabled until https://github.com/flutter/flutter/issues/8986 is resolved + # hot_mode_dev_cycle_win__benchmark: + # description: > + # Measures the performance of Dart VM hot patching feature on Windows. + # stage: devicelab_win + # required_agent_capabilities: ["windows"]