2727import org .apache .sysds .test .AutomatedTestBase ;
2828import org .apache .sysds .test .TestConfiguration ;
2929import org .apache .sysds .test .TestUtils ;
30+ import org .junit .Ignore ;
3031import org .junit .Test ;
3132
3233import java .io .File ;
@@ -55,6 +56,7 @@ public void setUp() {
5556 addTestConfiguration (TEST_NAME_2 , new TestConfiguration (TEST_CLASS_DIR , TEST_NAME_2 , new String [] {"Z" }));
5657 }
5758
59+ @ Ignore
5860 @ Test
5961 public void runL2SVMFOUTTest (){
6062 runTestWithConfig ("SystemDS-config-fout.xml" , null );
@@ -65,20 +67,25 @@ public void runL2SVMHeuristicTest(){
6567 runTestWithConfig ("SystemDS-config-heuristic.xml" , null );
6668 }
6769
70+ @ Ignore
6871 @ Test
6972 public void runL2SVMCostBasedTestPrivate (){
7073 runTestWithConfig ("SystemDS-config-cost-based.xml" , "private" );
7174 }
7275
76+ @ Ignore
7377 @ Test
7478 public void runL2SVMCostBasedTestPrivateAggregate (){
7579 runTestWithConfig ("SystemDS-config-cost-based.xml" , "private-aggregate" );
7680 }
7781
82+ @ Ignore
7883 @ Test
7984 public void runL2SVMCostBasedTestPublic (){
8085 runTestWithConfig ("SystemDS-config-cost-based.xml" , "public" );
8186 }
87+
88+ @ Ignore
8289 @ Test
8390 public void runL2SVMFunctionFOUTTest (){
8491 runTestWithConfig ("SystemDS-config-fout.xml" , null , TEST_NAME_2 );
@@ -89,16 +96,19 @@ public void runL2SVMFunctionHeuristicTest(){
8996 runTestWithConfig ("SystemDS-config-heuristic.xml" , null , TEST_NAME_2 );
9097 }
9198
99+ @ Ignore
92100 @ Test
93101 public void runL2SVMFunctionCostBasedTestPrivate (){
94102 runTestWithConfig ("SystemDS-config-cost-based.xml" , "private" , TEST_NAME_2 );
95103 }
96104
105+ @ Ignore
97106 @ Test
98107 public void runL2SVMFunctionCostBasedTestPrivateAggregate (){
99108 runTestWithConfig ("SystemDS-config-cost-based.xml" , "private-aggregate" , TEST_NAME_2 );
100109 }
101110
111+ @ Ignore
102112 @ Test
103113 public void runL2SVMFunctionCostBasedTestPublic (){
104114 runTestWithConfig ("SystemDS-config-cost-based.xml" , "public" , TEST_NAME_2 );
0 commit comments