Merge "[VTS] BlendMode::Coverage test"
This commit is contained in:
commit
8af9317f42
1 changed files with 1 additions and 2 deletions
|
@ -1183,8 +1183,7 @@ TEST_P(GraphicsBlendModeCompositionTest, DISABLED_None) {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO(b/219737571) Enable test for HWC3.0 after we matched with 2.4
|
||||
TEST_P(GraphicsBlendModeCompositionTest, DISABLED_Coverage) {
|
||||
TEST_P(GraphicsBlendModeCompositionTest, Coverage) {
|
||||
for (ColorMode mode : mTestColorModes) {
|
||||
EXPECT_TRUE(mComposerClient
|
||||
->setColorMode(getPrimaryDisplayId(), mode, RenderIntent::COLORIMETRIC)
|
||||
|
|
Loading…
Reference in a new issue