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.
1 parent 2480d5f commit 18913a6Copy full SHA for 18913a6
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