Skip to content

Commit cec2513

Browse files
author
fishtailfu
committed
fix: fix prometheus reporter test1
1 parent 5b75716 commit cec2513

File tree

1 file changed

+1
-1
lines changed
  • polaris-plugins/polaris-plugins-observability/stat-prometheus/src/test/java/com/tencent/polaris/plugins/stat/prometheus/plugin

1 file changed

+1
-1
lines changed

polaris-plugins/polaris-plugins-observability/stat-prometheus/src/test/java/com/tencent/polaris/plugins/stat/prometheus/plugin/PrometheusReporterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void testExpiredDataClean() throws InterruptedException {
105105
ServiceCallResult callResult = mockServiceCallResult();
106106
statInfo.setRouterGauge(callResult);
107107
batchDone(() -> handler.reportStat(statInfo), count);
108-
108+
// for github action
109109
// mock push
110110
LOG.info("first mock push finish...");
111111
Thread.sleep(pushInterval + 50);

0 commit comments

Comments
 (0)