DaanHoogland commented on code in PR #7818:
URL: https://github.com/apache/cloudstack/pull/7818#discussion_r1286998629


##########
plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/LibvirtVifDriverTest.java:
##########
@@ -68,8 +64,8 @@ public class LibvirtVifDriverTest {
             "Inactive:         949392 kB\n";
     @Before
     public void setUp() throws Exception {
-        Scanner scanner = new Scanner(memInfo);
-        
PowerMockito.whenNew(Scanner.class).withAnyArguments().thenReturn(scanner);
+//        Scanner scanner = new Scanner(memInfo);
+//        
PowerMockito.whenNew(Scanner.class).withAnyArguments().thenReturn(scanner);

Review Comment:
   should this stay in?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to