mirror of
https://github.com/apache/poi.git
synced 2025-02-06 10:08:17 +00:00
Ignore test on no-scratchpad run
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7a2a057c86
commit
c38a99bd07
@ -114,6 +114,7 @@ import org.apache.poi.xssf.streaming.SXSSFWorkbook;
|
||||
import org.apache.poi.xssf.usermodel.extensions.XSSFCellFill;
|
||||
import org.apache.xmlbeans.XmlException;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Assume;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcCell;
|
||||
@ -3581,6 +3582,8 @@ public final class TestXSSFBugs extends BaseTestBugzillaIssues {
|
||||
|
||||
@Test
|
||||
public void testXLSXinPPT() throws Exception {
|
||||
Assume.assumeFalse(Boolean.getBoolean("scratchpad.ignore"));
|
||||
|
||||
try (SlideShow<?,?> ppt = SlideShowFactory.create(
|
||||
POIDataSamples.getSlideShowInstance().openResourceAsStream("testPPT_oleWorkbook.ppt"))) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user