Skip to content

Commit 025845d

Browse files
committed
Revert a test change
1 parent 8bc9772 commit 025845d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitortests/node/highcpumetriccollector/monitortest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type highCPUMetricCollector struct {
2727

2828
func NewHighCPUMetricCollector() monitortestframework.MonitorTest {
2929
return &highCPUMetricCollector{
30-
cpuThreshold: 5.0, // Default to 95% threshold
30+
cpuThreshold: 95.0, // Default to 95% threshold
3131
}
3232
}
3333

0 commit comments

Comments
 (0)