Index: Tools/GardeningServer/ui/ct-results-panel.html |
diff --git a/Tools/GardeningServer/ui/ct-results-panel.html b/Tools/GardeningServer/ui/ct-results-panel.html |
index accb56f99339b1821c7df09542369889b2665a89..e3229f7575ba73c3238db97a56dd7ffa5b9a6e90 100644 |
--- a/Tools/GardeningServer/ui/ct-results-panel.html |
+++ b/Tools/GardeningServer/ui/ct-results-panel.html |
@@ -54,7 +54,10 @@ found in the LICENSE file. |
</template> |
</core-menu> |
<div class="results"> |
- <ct-embedded-flakiness-dashboard test="{{ failures[selected].testName }}"></ct-embedded-flakiness-dashboard> |
+ <!-- FIXME: Do this in a better way than comparing to the test name. --> |
+ <template if="{{ failures[selected].testName != 'whole step failed' }}"> |
abarth-chromium
2014/07/29 16:38:17
It's sad that 'whole step failed' is used as a mag
ojan
2014/07/30 04:14:17
Done.
|
+ <ct-embedded-flakiness-dashboard test="{{ failures[selected] }}"></ct-embedded-flakiness-dashboard> |
+ </template> |
<ct-results-by-builder failure="{{ failures[selected] }}"></ct-results-by-builder> |
</div> |
</template> |