Skip to content

Commit 1d7aff4

Browse files
committed
suppress modified test files
1 parent f8c0a86 commit 1d7aff4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"jsdom": "~11.1.0",
5656
"markdown-spellcheck": "^1.3.1",
5757
"mocha": "~2.5.3",
58+
"sinon": "^1.17.7",
5859
"typescript": "2.2.0"
5960
},
6061
"repository": {

tests.lst

+5-5
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ apachepoi_ElapsedFormatTests.xlsx
214214
apachepoi_ExcelTables.xlsx
215215
apachepoi_ForShifting.xlsx
216216
apachepoi_FormatChoiceTests.xlsx
217-
apachepoi_FormatConditionTests.xlsx
217+
# apachepoi_FormatConditionTests.xlsx # Upstream changed file
218218
apachepoi_FormatKM.xlsx
219219
apachepoi_Formatting.xlsx
220220
apachepoi_FormulaEvalTestData_Copy.xlsx
@@ -783,7 +783,7 @@ apachepoi_46515.xls
783783
apachepoi_46670_http.xls
784784
apachepoi_46670_local.xls
785785
apachepoi_46670_ref_airline.xls
786-
apachepoi_46904.xls
786+
# apachepoi_46904.xls # 0.12 timeout
787787
apachepoi_47034.xls
788788
apachepoi_47154.xls
789789
apachepoi_47245_test.xls
@@ -833,7 +833,7 @@ apachepoi_52575_source.xls
833833
apachepoi_53109.xls
834834
apachepoi_53404.xls
835835
apachepoi_53433.xls
836-
apachepoi_53446.xls
836+
# apachepoi_53446.xls # Node 6-7 OOM
837837
apachepoi_53588.xls
838838
apachepoi_53691.xls
839839
apachepoi_53798_shiftNegative_TMPL.xls
@@ -911,7 +911,7 @@ apachepoi_IntersectionPtg.xls
911911
apachepoi_IrrNpvTestCaseData.xls
912912
# apachepoi_LookupFunctionsTestCaseData.xls # xlml
913913
apachepoi_MRExtraLines.xls
914-
apachepoi_MatchFunctionTestCaseData.xls
914+
# apachepoi_MatchFunctionTestCaseData.xls # Upstream changed file
915915
apachepoi_MatrixFormulaEvalTestData.xls
916916
apachepoi_MissingBits.xls
917917
apachepoi_NewStyleConditionalFormattings.xls
@@ -1255,7 +1255,7 @@ pyExcelerator_oo14.xls
12551255
rich_text_stress.xls
12561256
roo_1900_base.xls
12571257
roo_1904_base.xls
1258-
roo_Bibelbund.xls
1258+
# roo_Bibelbund.xls # 0.10 timeout
12591259
roo_bad_excel_date.xls
12601260
roo_bbu.xls
12611261
roo_boolean.xls

0 commit comments

Comments
 (0)