summaryrefslogtreecommitdiff
path: root/tests/src/com/android/launcher3/util/viewcapture_analysis/ViewCaptureAnalyzer.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/launcher3/util/viewcapture_analysis/ViewCaptureAnalyzer.java')
-rw-r--r--tests/src/com/android/launcher3/util/viewcapture_analysis/ViewCaptureAnalyzer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/launcher3/util/viewcapture_analysis/ViewCaptureAnalyzer.java b/tests/src/com/android/launcher3/util/viewcapture_analysis/ViewCaptureAnalyzer.java
index 9459cc2d13..b27ccbfd2f 100644
--- a/tests/src/com/android/launcher3/util/viewcapture_analysis/ViewCaptureAnalyzer.java
+++ b/tests/src/com/android/launcher3/util/viewcapture_analysis/ViewCaptureAnalyzer.java
@@ -35,8 +35,8 @@ public class ViewCaptureAnalyzer {
// All detectors. They will be invoked in the order listed here.
private static final AnomalyDetector[] ANOMALY_DETECTORS = {
- new AlphaJumpDetector(),
- new FlashDetector(),
+// new AlphaJumpDetector(), // b/309014345
+// new FlashDetector(), // b/309014345
new PositionJumpDetector()
};