Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make the ftest deployments testable=false, as they are pure client dr…
…one tests
  • Loading branch information
maschmid authored and jharting committed Feb 13, 2012
1 parent b436d39 commit ffa04df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -70,7 +70,7 @@ public class CommonLoginTest {
@ArquillianResource
private URL contextPath;

@Deployment
@Deployment(testable = false)
public static WebArchive createTestDeployment1() {
return Deployments.createDeployment();
}
Expand Down
Expand Up @@ -74,7 +74,7 @@ public class CommonNumberGuessTest {
@ArquillianResource
private URL contextPath;

@Deployment
@Deployment(testable = false)
public static WebArchive createTestDeployment1() {
return Deployments.createDeployment();
}
Expand Down
Expand Up @@ -98,7 +98,7 @@ public class PasteCodeTest {
@ArquillianResource
private URL contextPath;

@Deployment
@Deployment(testable = false)
public static WebArchive createTestDeployment1() {
return Deployments.createDeployment();
}
Expand Down
Expand Up @@ -74,7 +74,7 @@ public class PermalinkTest {
@ArquillianResource
private URL contextPath;

@Deployment
@Deployment(testable = false)
public static WebArchive createTestDeployment1() {
return Deployments.createDeployment();
}
Expand Down
Expand Up @@ -66,7 +66,7 @@ public class TranslatorTest {
@ArquillianResource
private URL contextPath;

@Deployment
@Deployment(testable = false)
public static EnterpriseArchive createTestDeployment1() {
return Deployments.createDeployment();
}
Expand Down

0 comments on commit ffa04df

Please sign in to comment.