@@ -170,7 +170,7 @@ public void testStartCollectingGaugesStartsCollectingMetricsInForegroundState()
170170 }
171171
172172 @ Test
173- @ Ignore // b/394127311
173+ @ Ignore // TODO( b/394127311): Fix
174174 public void
175175 stopCollectingCPUMetric_invalidCPUCaptureFrequency_OtherMetricsWithValidFrequencyInBackground () {
176176 // PASS 1: Test with 0
@@ -201,7 +201,7 @@ public void testStartCollectingGaugesStartsCollectingMetricsInForegroundState()
201201 }
202202
203203 @ Test
204- @ Ignore // b/394127311
204+ @ Ignore // TODO( b/394127311): Fix
205205 public void
206206 startCollectingGaugesOnBackground_invalidMemoryCaptureMs_onlyDisableMemoryCollection () {
207207 // PASS 1: Test with 0
@@ -232,7 +232,7 @@ public void testStartCollectingGaugesStartsCollectingMetricsInForegroundState()
232232 }
233233
234234 @ Test
235- @ Ignore // b/394127311
235+ @ Ignore // TODO( b/394127311): Fix
236236 public void stopCollectingCPUMetric_invalidCPUCaptureFrequency_OtherMetricsWithValidFrequency () {
237237 // PASS 1: Test with 0
238238 doReturn (0L ).when (mockConfigResolver ).getSessionsCpuCaptureFrequencyForegroundMs ();
@@ -262,7 +262,7 @@ public void stopCollectingCPUMetric_invalidCPUCaptureFrequency_OtherMetricsWithV
262262 }
263263
264264 @ Test
265- @ Ignore // b/394127311
265+ @ Ignore // TODO( b/394127311): Fix
266266 public void
267267 startCollectingGaugesOnForeground_invalidMemoryCaptureMs_onlyDisableMemoryCollection () {
268268 // PASS 1: Test with 0
@@ -300,7 +300,7 @@ public void testStartCollectingGaugesDoesNotStartAJobToConsumeMetricsWithUnknown
300300 }
301301
302302 @ Test
303- @ Ignore // b/394127311
303+ @ Ignore // TODO( b/394127311): Fix
304304 public void stopCollectingCPUMetrics_invalidCPUCaptureFrequency_appInForegrounf () {
305305 // PASS 1: Test with 0
306306 doReturn (0L ).when (mockConfigResolver ).getSessionsCpuCaptureFrequencyForegroundMs ();
@@ -318,7 +318,7 @@ public void stopCollectingCPUMetrics_invalidCPUCaptureFrequency_appInForegrounf(
318318 }
319319
320320 @ Test
321- @ Ignore // b/394127311
321+ @ Ignore // TODO( b/394127311): Fix
322322 public void stopCollectingGauges_invalidMemoryCollectionFrequency_appInForeground () {
323323 // PASS 1: Test with 0
324324 doReturn (0L ).when (mockConfigResolver ).getSessionsMemoryCaptureFrequencyForegroundMs ();
@@ -355,7 +355,7 @@ public void stopCollectingGauges_invalidGaugeCollectionFrequency_appInForeground
355355 }
356356
357357 @ Test
358- @ Ignore // b/394127311
358+ @ Ignore // TODO( b/394127311): Fix
359359 public void startCollectingGauges_validGaugeCollectionFrequency_appInForeground () {
360360 doReturn (25L ).when (mockConfigResolver ).getSessionsCpuCaptureFrequencyForegroundMs ();
361361 doReturn (15L ).when (mockConfigResolver ).getSessionsMemoryCaptureFrequencyForegroundMs ();
@@ -369,7 +369,7 @@ public void startCollectingGauges_validGaugeCollectionFrequency_appInForeground(
369369 }
370370
371371 @ Test
372- @ Ignore // b/394127311
372+ @ Ignore // TODO( b/394127311): Fix
373373 public void testStartCollectingGaugesStartsAJobToConsumeTheGeneratedMetrics () {
374374 PerfSession fakeSession = createTestSession (1 );
375375 testGaugeManager .startCollectingGauges (fakeSession );
@@ -404,7 +404,7 @@ public void testStartCollectingGaugesStartsAJobToConsumeTheGeneratedMetrics() {
404404 }
405405
406406 @ Test
407- @ Ignore // b/394127311
407+ @ Ignore // TODO( b/394127311): Fix
408408 public void testStopCollectingGaugesStopsCollectingAllGaugeMetrics () {
409409 PerfSession fakeSession = createTestSession (1 );
410410
@@ -419,7 +419,7 @@ public void testStopCollectingGaugesStopsCollectingAllGaugeMetrics() {
419419 }
420420
421421 @ Test
422- @ Ignore // b/394127311
422+ @ Ignore // TODO( b/394127311): Fix
423423 public void testStopCollectingGaugesCreatesOneLastJobToConsumeAnyPendingMetrics () {
424424 PerfSession fakeSession = createTestSession (1 );
425425 testGaugeManager .startCollectingGauges (fakeSession );
@@ -448,7 +448,7 @@ public void testStopCollectingGaugesCreatesOneLastJobToConsumeAnyPendingMetrics(
448448 }
449449
450450 @ Test
451- @ Ignore // b/394127311
451+ @ Ignore // TODO( b/394127311): Fix
452452 public void testGaugeManagerClearsTheQueueEachRun () {
453453 PerfSession fakeSession = createTestSession (1 );
454454
@@ -481,7 +481,7 @@ public void testGaugeManagerClearsTheQueueEachRun() {
481481 }
482482
483483 @ Test
484- @ Ignore // b/394127311
484+ @ Ignore // TODO( b/394127311): Fix
485485 public void testStartingGaugeManagerWithNewSessionIdButSameAppState () {
486486 PerfSession fakeSession1 = createTestSession (1 );
487487
@@ -540,7 +540,7 @@ public void testStartingGaugeManagerWithNewSessionIdButSameAppState() {
540540 }
541541
542542 @ Test
543- @ Ignore // b/394127311
543+ @ Ignore // TODO( b/394127311): Fix
544544 public void testStartGaugeManagerWithSameSessionIdButDifferentAppState () {
545545 PerfSession fakeSession = createTestSession (1 );
546546
@@ -597,7 +597,7 @@ public void testStartGaugeManagerWithSameSessionIdButDifferentAppState() {
597597 }
598598
599599 @ Test
600- @ Ignore // b/394127311
600+ @ Ignore // TODO( b/394127311): Fix
601601 public void testStartGaugeManagerWithNewSessionIdAndNewAppState () {
602602 PerfSession fakeSession1 = createTestSession (1 );
603603
0 commit comments