Skip to content

Commit

Permalink
test: Remove a testcase that depends on old build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed Oct 17, 2023
1 parent 92defbb commit 3bf59ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/android_apk_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@
error: AndroidApk::UnacceptableApkError,
error_message: /AndroidManifest\.xml is corrupt/
},
{
filepath: fixture_file("invalid", "duplicate_sdk_version.apk"),
error: AndroidApk::AndroidManifestValidateError,
error_message: /sdkVersion/ # TODO: this field never duplicate since buildtools 30.0.1
},
{
filepath: fixture_file("invalid", "multi_application_tag.apk"),
error: AndroidApk::AndroidManifestValidateError,
Expand Down

0 comments on commit 3bf59ff

Please sign in to comment.