MDL-65656 analytics: Stop covering memory-intensive tests
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 4 Jun 2019 02:16:08 +0000 (10:16 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Tue, 4 Jun 2019 02:16:50 +0000 (10:16 +0800)
analytics/tests/prediction_test.php

index 1382c97..4294cad 100644 (file)
@@ -436,6 +436,7 @@ class core_analytics_prediction_testcase extends advanced_testcase {
     /**
      * Basic test to check that prediction processors work as expected.
      *
+     * @coversNothing
      * @dataProvider provider_ml_test_evaluation_configuration
      * @param string $modelquality
      * @param int $ncourses
@@ -486,6 +487,7 @@ class core_analytics_prediction_testcase extends advanced_testcase {
     /**
      * Tests the evaluation of already trained models.
      *
+     * @coversNothing
      * @dataProvider provider_ml_processors
      * @param  string $predictionsprocessorclass
      * @return null