From 8f837cf3b099abae7482e72a8bff1bd4f5865e4b Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 27 Oct 2020 11:02:36 +0000 Subject: [PATCH] JAL-3768 noticed failure of test when run as part of suite via gradle - whilst patching JAL-3700 JAL-3748 JAL-3763 for 2.11.1.3 --- test/jalview/structure/Mapping.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/jalview/structure/Mapping.java b/test/jalview/structure/Mapping.java index 4bee3f5..fe8a4c6 100644 --- a/test/jalview/structure/Mapping.java +++ b/test/jalview/structure/Mapping.java @@ -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); -- 1.7.10.2