Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0748fe22 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ignore the documentLaunchMode in testing" into sc-dev

parents e05824f6 b2eb0638
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -322,7 +322,8 @@ open class AndroidPackageParsingTestBase {
            configChanges=${this.configChanges}
            descriptionRes=${this.descriptionRes}
            directBootAware=${this.directBootAware}
            documentLaunchMode=${this.documentLaunchMode}
            documentLaunchMode=${this.documentLaunchMode
            .ignored("Update for fixing b/128526493 and the testing is no longer valid")}
            enabled=${this.enabled}
            exported=${this.exported}
            flags=${Integer.toBinaryString(this.flags)}