Skip to content

Commit

Permalink
Merge pull request #74 from scottkurz/challenge-issue-71
Browse files Browse the repository at this point in the history
Resolve TCK challenge issue #71
  • Loading branch information
scottkurz authored Mar 28, 2024
2 parents 9940be3 + 69ccbc8 commit 12fecf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2021 International Business Machines Corp. and others
* Copyright 2021, 2024 International Business Machines Corp. and others
*
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership. Licensed under the Apache License,
Expand Down Expand Up @@ -284,6 +284,7 @@ public void testCDILazyInject(String refName) throws Exception {
*/
@ParameterizedTest
@ValueSource(strings="com.ibm.jbatch.tck.artifacts.cdi.NonCDIBeanBatchlet")
@Disabled("https://github.com/jakartaee/batch-tck/issues/71")
public void testCDILookup(String refName) throws Exception {

String METHOD = "testCDILookup";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ Because there is flexibility regarding how a user could use Maven to configure a

For the runtime test (JUnit) component of the TCK:

* 178 tests must be passed to successfully execute the SE TCK suite
* 374 tests must be passed to successfully execute the EE TCK suite
* 177 tests must be passed to successfully execute the SE TCK suite
* 372 tests must be passed to successfully execute the EE TCK suite

=== Signature tests

Expand Down

0 comments on commit 12fecf3

Please sign in to comment.