Skip to content

Commit e4c43bd

Browse files
committed
fix(tests): disable Linux metadata test in CI
1 parent 7549f35 commit e4c43bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/test/java/net/laprun/sustainability/power/CIPowerResourceTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ public class CIPowerResourceTest extends PowerResourceTest {
1010
protected long getPid() {
1111
return 29419;
1212
}
13+
14+
@Override
15+
public void testLinuxMetadataEndpoint() {
16+
// overridden to disable as with the profile activation, the MockPowerSensor implementation is picked up, which is a macOS-specific implementation
17+
}
1318
}

0 commit comments

Comments
 (0)