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

This commit is contained in:
TreeHugger Robot
2021-03-20 17:07:59 +00:00
committed by Android (Google) Code Review

View File

@@ -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)}