diff --git a/test/swen90006/machine/PartitioningTests.java b/test/swen90006/machine/PartitioningTests.java
index 8d82425e75b88fef2b8616936dae2962507fa7a4..75d4c002bc0015dc1a1034dcc5fbf81d7b9956b9 100644
--- a/test/swen90006/machine/PartitioningTests.java
+++ b/test/swen90006/machine/PartitioningTests.java
@@ -409,7 +409,7 @@ public class PartitioningTests
 
     //EC25 - JMP function: testing for val = 0
 
-    @Test
+   /* @Test
     public void ec25Test() {
 
         List<String> list = new ArrayList<String>();
@@ -422,7 +422,7 @@ public class PartitioningTests
 
         testMachine.execute ( list );
 
-    }
+    } */
 
 
     //EC26 - JMP function: testing for val = 1