60/2 perf grab #1850

autotest does not need composite logging tourture
This commit is contained in:
rusefillc 2020-10-04 02:09:39 -04:00
parent 96a126d60f
commit aba38d661c
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class RealHwTest {
}
private static void runRealHardwareTest(String port) {
LinkManager linkManager = new LinkManager();
LinkManager linkManager = new LinkManager().setCompositeLogicEnabled(false);
IoUtil.realHardwareConnect(linkManager, port);
// first run tests which require real hardware
new HardwareTests(linkManager.getCommandQueue()).runRealHardwareTests();