diff --git a/qa/vagrant/src/test/resources/packaging/tests/example/scripts/is_guide.mustache b/qa/vagrant/src/test/resources/packaging/tests/example/scripts/is_guide.mustache index ee27df25a97..f43d6074d50 100644 --- a/qa/vagrant/src/test/resources/packaging/tests/example/scripts/is_guide.mustache +++ b/qa/vagrant/src/test/resources/packaging/tests/example/scripts/is_guide.mustache @@ -3,7 +3,7 @@ "script": { "script": { "file": "is_guide", - "lang": "groovy" + "lang": "painless" } } } diff --git a/qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash b/qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash index b37cb7af5ef..705daad6279 100644 --- a/qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash +++ b/qa/vagrant/src/test/resources/packaging/tests/module_and_plugin_test_cases.bash @@ -255,10 +255,6 @@ fi check_secure_module lang-expression antlr4-runtime-*.jar asm-5.0.4.jar asm-commons-*.jar asm-tree-*.jar lucene-expressions-*.jar } -@test "[$GROUP] check lang-groovy module" { - check_secure_module lang-groovy groovy-*-indy.jar -} - @test "[$GROUP] check lang-mustache module" { check_secure_module lang-mustache compiler-*.jar }