File tree Expand file tree Collapse file tree
moa/src/test/java/moa/classifiers/deeplearning Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 working-directory : ./moa
2727 run : mvn -v
2828
29- - name : lscpu
30- run : lscpu
31-
3229 - name : Unit Tests
3330 working-directory : ./moa
34- # Skip flakey tests
35- run : mvn -B -q test -Dtest=\!MLPTest,\!SecondTestClass
31+ run : mvn -B -q test
3632
3733 - name : Package Jar
3834 working-directory : ./moa
Original file line number Diff line number Diff line change 2020 */
2121package moa .classifiers .deeplearning ;
2222
23+ import org .junit .Ignore ;
24+
2325import junit .framework .Test ;
2426import junit .framework .TestSuite ;
2527import moa .classifiers .AbstractMultipleClassifierTestCase ;
3133 * @author Nuwan Gunasekara (ng98 at students dot waikato dot ac dot nz)
3234 * @version $Revision$
3335 */
36+ // TODO: test fails on GitHub runner but not locally (https://github.com/Waikato/moa/issues/322)
37+ // potentially hardware related
38+ @ Ignore
3439public class CANDTest
3540 extends AbstractMultipleClassifierTestCase {
3641
Original file line number Diff line number Diff line change 2020 */
2121package moa .classifiers .deeplearning ;
2222
23+ import org .junit .Ignore ;
24+
2325import junit .framework .Test ;
2426import junit .framework .TestSuite ;
2527import moa .classifiers .AbstractMultipleClassifierTestCase ;
3133 * @author Nuwan Gunasekara (ng98 at students dot waikato dot ac dot nz)
3234 * @version $Revision$
3335 */
36+ // TODO: test fails on GitHub runner but not locally (https://github.com/Waikato/moa/issues/322)
37+ // potentially hardware related
38+ @ Ignore
3439public class MLPTest
3540 extends AbstractMultipleClassifierTestCase {
3641
You can’t perform that action at this time.
0 commit comments