Skip to content

Commit 596edec

Browse files
committed
Re-enable WFLY testing, the preview nightly server should now be able to execute with CDI 5.0
1 parent b9b202e commit 596edec

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/ci-actions.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
incontainer-tests:
8181
name: "Weld In-container Tests - JDK ${{matrix.java.name}}"
8282
runs-on: ubuntu-latest
83-
# Disabled until baseline WFLY supports EE 11 due to BeanManager#getELResolver calls
84-
if: false
8583
needs: initial-build
8684
timeout-minutes: 120
8785
strategy:
@@ -150,8 +148,6 @@ jobs:
150148
CDI-TCK:
151149
name: "CDI TCK - JDK ${{matrix.java.name}}"
152150
runs-on: ubuntu-latest
153-
# Disabled until baseline WFLY supports EE 11 due to BeanManager#getELResolver calls
154-
if: false
155151
needs: initial-build
156152
timeout-minutes: 120
157153
strategy:
@@ -220,8 +216,6 @@ jobs:
220216
relaxed-mode-test:
221217
name: "Relaxed mode testing - JDK ${{matrix.java.name}}"
222218
runs-on: ubuntu-latest
223-
# Disabled until baseline WFLY supports EE 11 due to BeanManager#getELResolver calls
224-
if: false
225219
needs: initial-build
226220
timeout-minutes: 120
227221
strategy:
@@ -346,8 +340,6 @@ jobs:
346340
name: "Weld Examples build and test - JDK 17}"
347341
runs-on: ubuntu-latest
348342
needs: initial-build
349-
# Disabled until baseline WFLY supports EE 11 due to BeanManager#getELResolver calls
350-
if: false
351343
timeout-minutes: 120
352344
steps:
353345
- uses: actions/checkout@v5

jboss-tck-runner/src/test/tck/tck-tests-web.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@
3030
<!-- Issues in the spec -->
3131

3232
<!-- Issues in the TCK -->
33-
<!-- https://github.com/jakartaee/cdi-tck/issues/440 -->
34-
<class name="org.jboss.cdi.tck.tests.full.extensions.lifecycle.processBeanAttributes.specialization.VetoTest">
35-
<methods>
36-
<exclude name=".*"/>
37-
</methods>
38-
</class>
3933

4034
<!-- CDITCK-587 -->
4135
<class name="org.jboss.cdi.tck.tests.event.observer.transactional.roolback.TransactionalObserverRollbackTest">

0 commit comments

Comments
 (0)