Hi, Previously GridGain's cache iterator was serializable. Now as we moved to Ignite iterator is not serializable anymore and several old unit tests fail because of it.
As java.util.Iterator is not serializable, I just removed failing tests without any code fixes. Please let me know if anyone has objections. Vladimir.
