package org.jdesktop.swingx; import org.jdesktop.beans.AbstractBeanInfoTest; import org.junit.Ignore; import org.junit.Test; public class JXFindBarBeanInfoTest extends AbstractBeanInfoTest<JXFindBar> { @Override protected JXFindBar createInstance() { return new JXFindBar(); } /** * {@inheritDoc} */ @Test @Override @Ignore("serialization fails") public void testSerialization() { super.testSerialization(); } }