Index: utils/tests/pub/test_pub.dart |
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
index 98ba5ba3fb5cb604e05c662eed2591e56d1f5776..66d9434f2a373f364d9ce21ef98ed9ac5d0eb62a 100644 |
--- a/utils/tests/pub/test_pub.dart |
+++ b/utils/tests/pub/test_pub.dart |
@@ -462,11 +462,6 @@ final _TIMEOUT = 30000; |
/// operations which will be run asynchronously. |
void integration(String description, void body()) { |
test(description, () { |
- // Sanity check. Make sure we cleaned up the last test. |
- assert(_scheduled == null); |
- assert(_scheduledCleanup == null); |
- assert(_scheduledOnException == null); |
- |
// Schedule the test. |
body(); |