disable two slow java based subsequenttests, fdo#45337
These two tests are not well designed and need 5 and 10 minute just to check that we really return every row. This is not a good trade-off between test coverage and execution time. Enable them again with a better concept.
This commit is contained in:
parent
ed88b144ce
commit
90d84c6dcb
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
-o sc.ScAccessiblePreviewCell
|
||||
-o sc.ScAccessiblePreviewHeaderCell
|
||||
-o sc.ScAccessiblePreviewTable
|
||||
-o sc.ScAccessibleSpreadsheet
|
||||
# fdo#45337 -o sc.ScAccessibleSpreadsheet
|
||||
-o sc.ScAnnotationObj
|
||||
-o sc.ScAnnotationShapeObj
|
||||
-o sc.ScAnnotationsObj
|
||||
|
@ -80,7 +80,7 @@
|
|||
-o sc.ScIndexEnumeration_TableChartsEnumeration
|
||||
-o sc.ScIndexEnumeration_TableColumnsEnumeration
|
||||
-o sc.ScIndexEnumeration_TableConditionalEntryEnumeration
|
||||
-o sc.ScIndexEnumeration_TableRowsEnumeration
|
||||
# fdo#45337 -o sc.ScIndexEnumeration_TableRowsEnumeration
|
||||
-o sc.ScIndexEnumeration_TextFieldEnumeration
|
||||
-o sc.ScLabelRangeObj
|
||||
-o sc.ScLabelRangesObj
|
||||
|
|
Loading…
Reference in a new issue