Revert "Add presubmit tag in close test"
This reverts commit 2195e8b951.
Reason for revert: Potential culprit for Bug 174223861 - verifying through Forrest before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.
Bug: b/174223861
Change-Id: I7b7c53c1fccc05efe2424daafc54cfc18cc754bd
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
package com.android.server.wm.flicker.close
|
||||
|
||||
import android.platform.test.annotations.Presubmit
|
||||
import android.view.Surface
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
@@ -52,7 +51,6 @@ import org.junit.runners.Parameterized
|
||||
* Test app closes by pressing back button
|
||||
* To run this test: `atest FlickerTests:CloseAppBackButtonTest`
|
||||
*/
|
||||
@Presubmit
|
||||
@RequiresDevice
|
||||
@RunWith(Parameterized::class)
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
package com.android.server.wm.flicker.close
|
||||
|
||||
import android.platform.test.annotations.Presubmit
|
||||
import android.view.Surface
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
@@ -52,7 +51,6 @@ import org.junit.runners.Parameterized
|
||||
* Test app closes by pressing home button.
|
||||
* To run this test: `atest FlickerTests:CloseAppHomeButtonTest`
|
||||
*/
|
||||
@Presubmit
|
||||
@RequiresDevice
|
||||
@RunWith(Parameterized::class)
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
|
||||
Reference in New Issue
Block a user