Commit ccc9a25a authored by Chinmay Garde's avatar Chinmay Garde

Merge pull request #2134 from chinmaygarde/develop

Disable flaky retry_test
parents 755a180a 54daeaa2
......@@ -59,6 +59,6 @@ main() {
expect(lastError, 'error');
expect(lastStackTrace, isNotNull);
expect(retryCount, 4);
});
}, skip: "Flaky. See https://github.com/flutter/flutter/issues/2133");
});
}
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