We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd7664 commit 4adc690Copy full SHA for 4adc690
agent/src/main/java/com/testsigma/agent/schedulers/IOSEmulatorScheduler.java
@@ -46,8 +46,8 @@ public void run() {
46
47
for(MobileDevice device : deviceMap.values()) {
48
if(!simulatorUniqueIds.contains(device.getUniqueId()) && device.getOsName().equals(MobileOs.IOS)) {
49
- log.info("Removing mobile device {} from device container", device.getUniqueId());
50
- this.deviceContainer.deleteDevice(device.getUniqueId());
+ //log.info("Removing mobile device {} from device container", device.getUniqueId());
+ // this.deviceContainer.deleteDevice(device.getUniqueId());
51
}
52
53
} catch (Exception e) {
0 commit comments