From 5ba2f72048cbe9abcf874d43fd3d1d1b27d5f2e0 Mon Sep 17 00:00:00 2001 From: Brian Decker Date: Tue, 7 Mar 2023 17:36:55 -0600 Subject: [PATCH] 431: Disable Breaking Test The changes made for this challenge do not work with Weld, which has already passed the TCK on a previous release. Per the Jakarta EE TCK Process, this type of challenge is not allowed. Disabling the test instead, so all implementations can pass the TCK. --- impl/src/main/resources/tck-tests.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/impl/src/main/resources/tck-tests.xml b/impl/src/main/resources/tck-tests.xml index dc61cadb41..dc97925a7c 100644 --- a/impl/src/main/resources/tck-tests.xml +++ b/impl/src/main/resources/tck-tests.xml @@ -23,7 +23,12 @@ - + + + + + +