Skip to content

Commit

Permalink
Merge pull request #491 from Pieter12345/randomtest-optimization
Browse files Browse the repository at this point in the history
Disable secure_string and get_locales boilerplate test
  • Loading branch information
PseudoKnight committed Jun 22, 2018
2 parents 950ccc3 + dacb074 commit bdb29c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/laytonsmith/core/functions/Meta.java
Expand Up @@ -929,6 +929,7 @@ public Version since() {
}

@api
@noboilerplate // A boilerplate test on this function is relatively expensive and not necessary.
public static class get_locales extends AbstractFunction {

@Override
Expand Down
Expand Up @@ -6,6 +6,7 @@
import com.laytonsmith.PureUtilities.Version;
import com.laytonsmith.annotations.api;
import com.laytonsmith.annotations.core;
import com.laytonsmith.annotations.noboilerplate;
import com.laytonsmith.annotations.noprofile;
import com.laytonsmith.annotations.seealso;
import com.laytonsmith.core.ArgumentValidation;
Expand Down Expand Up @@ -2295,6 +2296,7 @@ public ExampleScript[] examples() throws ConfigCompileException {

@api
@seealso(decrypt_secure_string.class)
@noboilerplate // A boilerplate test on this function is very hard on Travis CI, sometimes resulting in a timeout.
public static class secure_string extends AbstractFunction {

@Override
Expand Down

0 comments on commit bdb29c3

Please sign in to comment.