Reverts "Even more awaits (#184042)"#184426
Closed
auto-submit[bot] wants to merge 1 commit into
Closed
Conversation
This reverts commit 697701b.
fluttergithubbot
approved these changes
Mar 31, 2026
Contributor
Author
|
auto label is removed for flutter/flutter/184426, Failed to enqueue flutter/flutter/184426 with HTTP 400: GraphQL mutate failed. |
Member
|
@bkonyi I think the revert label broke. I'm not sure if there is a way for us to jam this through. |
Contributor
Author
|
auto label is removed for flutter/flutter/184426, Failed to enqueue flutter/flutter/184426 with HTTP 400: GraphQL mutate failed. |
Member
|
I'm going to create a manual revert. I'm not confident this will work. |
Member
|
close in lieu of #184429 |
auto-merge was automatically disabled
March 31, 2026 21:17
Pull request was closed
ahmedsameha1
pushed a commit
to ahmedsameha1/flutter
that referenced
this pull request
Apr 14, 2026
This reverts commit 697701b. This is a manual revert from flutter#184426. That process seems broken.
mbcorona
pushed a commit
to mbcorona/flutter
that referenced
this pull request
Apr 15, 2026
This reverts commit 697701b. This is a manual revert from flutter#184426. That process seems broken.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts: #184042
Initiated by: bkonyi
Reason for reverting: Breaking tree due to LateInitializationError caused by code similar to
tearDownAll(driver.close)which results indriverbeing accessed immediately before the test is run.Original PR Author: victorsanni
Reviewed By: {dkwingsmt}
This change reverts the following previous change:
Fixes #184315
Part of #181513