JAL-3768 noticed failure of test when run as part of suite via gradle - whilst patchi...
authorJim Procter <jprocter@issues.jalview.org>
Tue, 27 Oct 2020 11:02:36 +0000 (11:02 +0000)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 27 Oct 2020 13:02:59 +0000 (13:02 +0000)
test/jalview/structure/Mapping.java

index 4bee3f5..fe8a4c6 100644 (file)
@@ -260,6 +260,8 @@ public class Mapping
   @Test(groups = { "Functional" })
   public void compareTransferredToRefPDBAnnot() throws Exception
   {
+    // JBPNote this has failed when run on OSX via gradle clean test
+    // possible race condition ?
     StructureImportSettings.setProcessSecondaryStructure(true);
     StructureImportSettings.setVisibleChainAnnotation(true);
     StructureImportSettings.setShowSeqFeatures(true);