From 93ccf78dd5f3ed4eae5710ae092ccafb934aebd6 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Fri, 9 Sep 2016 11:58:12 +0900 Subject: [PATCH] Exclude more tests --- tests/PhpSpreadsheetTests/SampleTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PhpSpreadsheetTests/SampleTest.php b/tests/PhpSpreadsheetTests/SampleTest.php index 96ff3e1d..fb32e4a9 100644 --- a/tests/PhpSpreadsheetTests/SampleTest.php +++ b/tests/PhpSpreadsheetTests/SampleTest.php @@ -35,6 +35,7 @@ class SampleTest extends \PHPUnit_Framework_TestCase '06 Largescale with cellcaching', '06 Largescale with cellcaching sqlite', '06 Largescale with cellcaching sqlite3', + '13 CalculationCyclicFormulae', ]; $skipped = array_merge($skipped, $tooLongToBeCovered); }