REPO-3766 Disable old trasform tests

Disabled old tests which are part of MiscContextTestSuite. The tests
were not run on CI system due to absent transformers or have unrealistic
options. The test suite is now running with remote transformers.
The TransformDebug was enabled for the tests.
This commit is contained in:
Alex Mukha
2018-09-17 15:09:34 +01:00
parent 2dcfaf0492
commit d2d67ecad4
5 changed files with 13 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import org.apache.log4j.spi.LoggingEvent;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.springframework.test.context.ContextConfiguration;
@@ -1110,6 +1111,7 @@ public class ThumbnailServiceImplTest extends BaseAlfrescoSpringTest
}
@Test
@Ignore("The test was never run and fails on remote transformer")
public void testHTMLToImageAndSWF() throws Exception
{
NodeRef nodeRef = createOriginalContent(this.folder, MimetypeMap.MIMETYPE_HTML);