Merge develop to Release_2_8_3_Branch
[jalview.git] / test / jalview / structure / Mapping.java
index 716755b..cc8138c 100644 (file)
@@ -3,6 +3,13 @@ package jalview.structure;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
+
+import org.junit.Assert;
+import org.junit.Ignore;
+import org.junit.Test;
+
+import MCview.PDBfile;
+
 import jalview.datamodel.AlignmentAnnotation;
 import jalview.datamodel.Annotation;
 import jalview.datamodel.Sequence;
@@ -11,11 +18,6 @@ import jalview.gui.AlignFrame;
 import jalview.io.FileLoader;
 import jalview.io.FormatAdapter;
 
-import org.junit.Assert;
-import org.junit.Test;
-
-import MCview.PDBfile;
-
 public class Mapping
 {
 
@@ -27,6 +29,7 @@ public class Mapping
    * msd numbering, not pdb res numbering.
    */
   @Test
+  @Ignore
   public void pdbEntryPositionMap() throws Exception
   {
     fail("This test intentionally left to fail");
@@ -109,6 +112,7 @@ public class Mapping
   }
 
   @Test
+  @Ignore
   public void testPDBentryMapping() throws Exception
   {
     fail("This test intentionally left to fail");