Commit 54daeaa2 authored by Chinmay Garde's avatar Chinmay Garde

Disable flaky retry_test

parent dc4830b0
...@@ -59,6 +59,6 @@ main() { ...@@ -59,6 +59,6 @@ main() {
expect(lastError, 'error'); expect(lastError, 'error');
expect(lastStackTrace, isNotNull); expect(lastStackTrace, isNotNull);
expect(retryCount, 4); 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