Searched refs:INCIDENTD_TESTS_ENABLED (Results 1 – 2 of 2) sorted by relevance
51 private static final boolean INCIDENTD_TESTS_ENABLED = false; field in AnomalyDetectionTests70 if (!INCIDENTD_TESTS_ENABLED) { in setUp()115 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()121 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()127 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testCountAnomalyDetection()135 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testCountAnomalyDetection()197 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testDurationAnomalyDetection()268 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testValueAnomalyDetection()276 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testValueAnomalyDetection()359 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isFalse(); in testGaugeAnomalyDetection()[all …]
38 private static final boolean INCIDENTD_TESTS_ENABLED = false; field in AlarmTests48 if (!INCIDENTD_TESTS_ENABLED) { in setUp()61 if (INCIDENTD_TESTS_ENABLED) assertThat(didIncidentdFireSince(markTime)).isTrue(); in testAlarm()