Merge branch 'master' of github.com:apache/tomee-tck
diff --git a/src/test/script/openejb/tck/commands/ValidateCommand.groovy b/src/test/script/openejb/tck/commands/ValidateCommand.groovy
index 6521aca..8de3c63 100644
--- a/src/test/script/openejb/tck/commands/ValidateCommand.groovy
+++ b/src/test/script/openejb/tck/commands/ValidateCommand.groovy
@@ -77,11 +77,16 @@
             log.info(content)
         }
 
+        /*
+        DOES NOT YET EXIST FOR EE 8
+         */
+        /*
         def sha = new File(tckHome, "sha256")
         if (sha.exists()) {
             def content = IO.slurp(sha)
             log.info("TCK SHA-256 " + content)
         }
+        */
     }
 }