FLEX-34876 - Temporary launch MinimalTestsSuite to see whether test is failing on jenkins machine
diff --git a/automation_tests/src/MinimalTestsSuite.as b/automation_tests/src/MinimalTestsSuite.as
index 5d29b99..106b87f 100644
--- a/automation_tests/src/MinimalTestsSuite.as
+++ b/automation_tests/src/MinimalTestsSuite.as
@@ -18,13 +18,13 @@
 ////////////////////////////////////////////////////////////////////////////////
 package
 {
-    import UnitTest.Tests.ContainerAttributeTest;
+    import UnitTest.Tests.PasteWithMutliParagraph_FLEX_34876_Test;
 
     [Suite]
     [RunWith("org.flexunit.runners.Suite")]
     public dynamic class MinimalTestsSuite
     {
-        public var containerAttributeTest:ContainerAttributeTest;
+        public var pasteWithMultiParagraph:PasteWithMutliParagraph_FLEX_34876_Test;
     }
 
 }
diff --git a/build.properties b/build.properties
index be2b672..00a21c6 100644
--- a/build.properties
+++ b/build.properties
@@ -27,7 +27,7 @@
 src.debug = on
 
 forkValue = true
-minimalTests = false
+minimalTests = true
 flexdebug = true
 
 # JVM options for <compc> and <mxmlc> tasks