Skip to content

Skip test and update Flutter candidate version #9361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flutter-candidate.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a9f310a4c91a523c42495a4e528dad76048c01a5
15f39d189edb3ccb01d829ec7d1d882764f1b979
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ void main() {
await tester.pumpWidget(wrap(Builder(builder: screen.buildTab)));
expect(find.text('Network'), findsOneWidget);
});
});
}, skip: 'https://github.com/flutter/devtools/issues/9357');
}
Loading