We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2480d5f + 18913a6 commit 732bef3Copy full SHA for 732bef3
src/test/scala/com/typesafe/sbt/jse/engines/JavaxEngineSpec.scala
@@ -6,6 +6,8 @@ import scala.collection.immutable
6
7
class JavaxEngineSpec extends Specification {
8
9
+ args(skipAll = !(sys.props("java.specification.version") == "1.8" || sys.props("java.specification.version") == "11"))
10
+
11
"A JavaxEngine" should {
12
13
"execute some javascript by passing in a string arg and comparing its return value" in {
0 commit comments