Skip to content

Commit

Permalink
Merge pull request #242 from egonw/patch/ignoreLimitations
Browse files Browse the repository at this point in the history
Don't run these tests, as they are expected to fail
  • Loading branch information
johnmay committed Oct 9, 2016
2 parents 02872f8 + 0f0203b commit 6e2ca0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.openscience.cdk.limitations.tools.SaturationCheckerTest;

/**
* TestSuite that runs all JUnit tests that fail bacause of limitations of
* TestSuite that runs all JUnit tests that fail because of limitations of
* certain algorithms.
*
* @cdk.module test-extra
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.openscience.cdk.Atom;
import org.openscience.cdk.AtomContainer;
Expand All @@ -46,6 +47,7 @@
*
* @see org.openscience.cdk.tools.SaturationChecker
*/
@Ignore("Limitations actually cause failing tests")
public class SaturationCheckerTest extends CDKTestCase {

private static SaturationChecker satcheck = null;
Expand Down

0 comments on commit 6e2ca0a

Please sign in to comment.