// Then, let's hope the response is "no, no, no!"
Response response = waitForResponse(2586);
assertTrue(response instanceof StatusFolderResponse);
StatusFolderResponse cliResponse = (StatusFolderResponse) response;
//assertEquals("Cannot run CLI commands while sync is running or requested.\n", cliResponse.getOutput());
watchServer.stop();
clientA.deleteTestData();