Exclude more tests
This commit is contained in:
parent
8cf9111a5d
commit
93ccf78dd5
|
@ -35,6 +35,7 @@ class SampleTest extends \PHPUnit_Framework_TestCase
|
||||||
'06 Largescale with cellcaching',
|
'06 Largescale with cellcaching',
|
||||||
'06 Largescale with cellcaching sqlite',
|
'06 Largescale with cellcaching sqlite',
|
||||||
'06 Largescale with cellcaching sqlite3',
|
'06 Largescale with cellcaching sqlite3',
|
||||||
|
'13 CalculationCyclicFormulae',
|
||||||
];
|
];
|
||||||
$skipped = array_merge($skipped, $tooLongToBeCovered);
|
$skipped = array_merge($skipped, $tooLongToBeCovered);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue