File tree 1 file changed +2
-0
lines changed
src/test/java/org/apache/sysds/test/gpu/codegen
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 20
20
package org .apache .sysds .test .gpu .codegen ;
21
21
22
22
import org .apache .sysds .test .AutomatedTestBase ;
23
+ import org .junit .Ignore ;
23
24
import org .junit .Test ;
24
25
25
26
public class RowAggTmplTest extends AutomatedTestBase {
@@ -96,6 +97,7 @@ public class RowAggTmplTest extends AutomatedTestBase {
96
97
@ Test public void testCodegenRowAggRewrite15CP () { dmlTestCase .testCodegenRowAggRewrite15CP (); }
97
98
@ Test public void testCodegenRowAggRewrite16CP () { dmlTestCase .testCodegenRowAggRewrite16CP (); }
98
99
@ Test public void testCodegenRowAggRewrite17CP () { dmlTestCase .testCodegenRowAggRewrite17CP (); }
100
+ @ Ignore // also ignored in java version (see explanation there)
99
101
@ Test public void testCodegenRowAggRewrite18CP () { dmlTestCase .testCodegenRowAggRewrite18CP (); }
100
102
@ Test public void testCodegenRowAggRewrite19CP () { dmlTestCase .testCodegenRowAggRewrite19CP (); }
101
103
@ Test public void testCodegenRowAggRewrite20CP () { dmlTestCase .testCodegenRowAggRewrite20CP (); }
You can’t perform that action at this time.
0 commit comments