You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/04/08 13:55:32 UTC

[tomee-tck] 01/02: Tomcat does not mention this one to pass all TCK so trying without

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit 814836870f794d7bfb5055974dfd55841e2f21a0
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Apr 8 15:53:49 2021 +0200

    Tomcat does not mention this one to pass all TCK so trying without
    
    Signed-off-by: Jean-Louis Monteiro <jl...@tomitribe.com>
---
 src/test/script/openejb/tck/commands/JavaTestCommand.groovy | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/script/openejb/tck/commands/JavaTestCommand.groovy b/src/test/script/openejb/tck/commands/JavaTestCommand.groovy
index 1617433..5860c47 100644
--- a/src/test/script/openejb/tck/commands/JavaTestCommand.groovy
+++ b/src/test/script/openejb/tck/commands/JavaTestCommand.groovy
@@ -242,7 +242,6 @@ class JavaTestCommand
                     log.info("Enabling Tomcat WebSockets configuration")
                     containerJavaOpts += "-Dorg.apache.tomcat.websocket.DISABLE_BUILTIN_EXTENSIONS=true " +
                             "-Dorg.apache.tomcat.websocket.ALLOW_UNSUPPORTED_EXTENSIONS=true " +
-                            "-Dorg.apache.tomcat.websocket.STRICT_SPEC_COMPLIANCE=true " +
                             "-Dorg.apache.tomcat.websocket.DEFAULT_PROCESS_PERIOD=0"
                 }
                 if (containerJavaOpts != null) {