-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[e2e] remove android no-op implementation #2783
Conversation
packages/e2e/CHANGELOG.md
Outdated
@@ -1,3 +1,7 @@ | |||
## 0.4.2+1 | |||
|
|||
* Remove Android folder from `e2e_macos`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The e2e package doesn't need any change. e2e_macos
is the only one. @stuartmorgan was this plugin created because e2e wasn't ready to support macos, or is this a federated plugin as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the macOS implementations in flutter/plugins are federated.
packages/e2e/pubspec.yaml
Outdated
name: e2e | ||
description: Runs tests that use the flutter_test API as integration tests. | ||
version: 0.4.2 | ||
version: 0.4.2+1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this can be reverted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e_macos is only one that needs to be bumped
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* remove android no-op implementation * remove unnecessary version bump
* remove android no-op implementation * remove unnecessary version bump
* remove android no-op implementation * remove unnecessary version bump
Description
Remove the Android directory in the e2e's e2e_macos subdirectory. This is an unused implementation and does not need to be included.
Related Issues
flutter/flutter#46304
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?