Description
TestRemoveWatches.testRemoveUnregisteredWatcher is defined with the TestNG annotation of @Test(expectedExceptions=KeeperException.NoWatcherException.class). When this is run by "curator-test-zk34" using ZooKeeper 3.4.x it results in a deeply nested TypeNotPresentExceptionProxy as NoWatcherException doesn't exist in ZK 3.4. The test should be re-written to avoid this issue.