diff options
author | 2024-02-05 21:49:28 +0000 | |
---|---|---|
committer | 2024-02-05 21:49:31 +0000 | |
commit | c3e7ee6d8507f10542ee495b3a4c99a7dec6de1e (patch) | |
tree | 0ee8a00e5e82444febf5d8796d61b7131e4227ad /tests/hostside | |
parent | 14daf5068085e10cb4f9f208ffb9ff7fb97559a6 (diff) |
Add temporary @Ignore annotation for flakey interaction logging test.
Change-Id: I4d1dc82131f1578818eaede5fa0fde902e14d7f2
Relnote: Safety Center MTS test fix
Bug: 323269529
Test: Treehugger
Diffstat (limited to 'tests/hostside')
-rw-r--r-- | tests/hostside/safetycenter/src/android/safetycenter/hostside/SafetyCenterInteractionLoggingHostTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hostside/safetycenter/src/android/safetycenter/hostside/SafetyCenterInteractionLoggingHostTest.kt b/tests/hostside/safetycenter/src/android/safetycenter/hostside/SafetyCenterInteractionLoggingHostTest.kt index 91222d045..42a2a8a89 100644 --- a/tests/hostside/safetycenter/src/android/safetycenter/hostside/SafetyCenterInteractionLoggingHostTest.kt +++ b/tests/hostside/safetycenter/src/android/safetycenter/hostside/SafetyCenterInteractionLoggingHostTest.kt @@ -34,6 +34,7 @@ import java.security.MessageDigest import org.junit.After import org.junit.Assume.assumeTrue import org.junit.Before +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith @@ -90,6 +91,7 @@ class SafetyCenterInteractionLoggingHostTest : BaseHostJUnit4Test() { } } + @Ignore // TODO: b/323269529 - Deflake this test @Test fun openSafetyCenterFullFromQs_recordsViewEventWithCorrectSource() { helperAppRule.runTest(TEST_CLASS_NAME, "openSafetyCenterFullFromQs") |