Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ignore this old test; this convention is not used anymore, AFAIK
Change-Id: I06ea306a09cce016f043aac1c4e0021ebabcaa2c
Signed-off-by: John May <john.wilkinsonmay@gmail.com>
  • Loading branch information
egonw authored and johnmay committed Mar 6, 2014
1 parent 8b7b722 commit c1f7b2d
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -32,6 +32,7 @@
import javax.vecmath.Vector3d;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.openscience.cdk.CDKTestCase;
import org.openscience.cdk.geometry.GeometryTools;
Expand Down Expand Up @@ -100,7 +101,8 @@ public class JmolTest extends CDKTestCase {
* Special CML characteristics:
* - Jmol Animation
*/
@Test public void testAnimation() throws Exception {
@Ignore("It is broken, but not used, AFAIK")
public void testAnimation() throws Exception {
String filename = "data/cml/SN1_reaction.cml";
logger.info("Testing: " + filename);
InputStream ins = this.getClass().getClassLoader().getResourceAsStream(filename);
Expand Down

0 comments on commit c1f7b2d

Please sign in to comment.