Skip to content

Commit

Permalink
Don't check hwmon max values on BH
Browse files Browse the repository at this point in the history
Telemetry doesn't report max values.
  • Loading branch information
alewycky-tenstorrent committed Jan 31, 2025
1 parent 916a0fd commit b67caf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/hwmon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ void TestHwmon(const EnumeratedDevice &dev)
const auto target_dir = entry.path();

VerifyLabels(target_dir);
VerifyInputsAreUnderMaxes(target_dir);

if (dev.type < Blackhole)
VerifyInputsAreUnderMaxes(target_dir);
}
}
}

0 comments on commit b67caf1

Please sign in to comment.