Merge "Disable flaky tests"
This commit is contained in:
committed by
Android (Google) Code Review
commit
facce76fdd
@@ -84,7 +84,7 @@ class CloseImeAutoOpenWindowToHomeTest(
|
||||
navBarLayerIsAlwaysVisible(bugId = 140855415)
|
||||
statusBarLayerIsAlwaysVisible(bugId = 140855415)
|
||||
noUncoveredRegions(rotation, Surface.ROTATION_0, allStates = false)
|
||||
navBarLayerRotatesAndScales(rotation, Surface.ROTATION_0)
|
||||
navBarLayerRotatesAndScales(rotation, Surface.ROTATION_0, bugId = 140855415)
|
||||
statusBarLayerRotatesScales(rotation, Surface.ROTATION_0)
|
||||
imeLayerBecomesInvisible(bugId = 141458352)
|
||||
imeAppLayerBecomesInvisible(testApp, bugId = 153739621)
|
||||
|
||||
@@ -92,7 +92,7 @@ open class CloseImeWindowToHomeTest(
|
||||
navBarLayerIsAlwaysVisible(bugId = 140855415)
|
||||
statusBarLayerIsAlwaysVisible(bugId = 140855415)
|
||||
noUncoveredRegions(rotation, Surface.ROTATION_0, allStates = false)
|
||||
navBarLayerRotatesAndScales(rotation, Surface.ROTATION_0)
|
||||
navBarLayerRotatesAndScales(rotation, Surface.ROTATION_0, bugId = 140855415)
|
||||
statusBarLayerRotatesScales(rotation, Surface.ROTATION_0)
|
||||
imeLayerBecomesInvisible(bugId = 153739621)
|
||||
imeAppLayerBecomesInvisible(testApp, bugId = 153739621)
|
||||
|
||||
@@ -90,7 +90,7 @@ class OpenAppToSplitScreenTest(
|
||||
navBarLayerIsAlwaysVisible()
|
||||
statusBarLayerIsAlwaysVisible()
|
||||
noUncoveredRegions(rotation)
|
||||
navBarLayerRotatesAndScales(rotation)
|
||||
navBarLayerRotatesAndScales(rotation, bugId = 140855415)
|
||||
statusBarLayerRotatesScales(rotation)
|
||||
|
||||
all("dividerLayerBecomesVisible") {
|
||||
|
||||
Reference in New Issue
Block a user