Skip to content

Commit

Permalink
Ignore non-deterministic test.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Oct 9, 2016
1 parent f3a4c13 commit f8c8d4c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
package org.openscience.cdk.formula;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.openscience.cdk.CDKTestCase;
import org.openscience.cdk.interfaces.IIsotope;
Expand Down Expand Up @@ -273,7 +274,7 @@ public void testCalculateIsotopesC10000() {
* Calculate isotopes for C20H30Fe2P2S4Cl4 (in CDK 1.5.12, this call
* sometimes returns 34 and sometimes 35 isotopes, non-deterministically).
*/
@Test
@Ignore("Non-deterministic test value is bad! This likely depends on our current isotope data which is also bad.")
public void testCalculateIsotopesC20H30Fe2P2S4Cl4() {
IMolecularFormula molFor = MolecularFormulaManipulator.getMajorIsotopeMolecularFormula("C20H30Fe2P2S4Cl4", builder);
IsotopePatternGenerator isotopeGe = new IsotopePatternGenerator(.01);
Expand Down

0 comments on commit f8c8d4c

Please sign in to comment.