Skip to content

Commit

Permalink
FLEX-34876 - Temporary launch MinimalTestsSuite to see whether test i…
Browse files Browse the repository at this point in the history
…s failing on jenkins machine
  • Loading branch information
piotrzarzycki21 committed Jun 4, 2015
1 parent 9a20994 commit 1a4af20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automation_tests/src/MinimalTestsSuite.as
Expand Up @@ -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;
}

}
2 changes: 1 addition & 1 deletion build.properties
Expand Up @@ -27,7 +27,7 @@ src.depend = true
src.debug = on

forkValue = true
minimalTests = false
minimalTests = true
flexdebug = true

# JVM options for <compc> and <mxmlc> tasks
Expand Down

0 comments on commit 1a4af20

Please sign in to comment.