William Hesse 2017-06-16 10:10:50 +02:00
parent 2e6e44a69b
commit f99509ad42

View file

@ -512,7 +512,6 @@ class BrowserCommandOutputImpl extends CommandOutputImpl
Expectation result(TestCase testCase) {
// Handle timeouts first
if (_result.didTimeout) return Expectation.timeout;
if (_result.didTimeout) {
if (testCase.configuration.runtime == Runtime.ie11) {
// TODO(28955): See http://dartbug.com/28955