Skip to content

Commit

Permalink
Reenable web.beans tests
Browse files Browse the repository at this point in the history
Local run is clean, runtime is high, but seems reasonable (5:30min)
  • Loading branch information
matthiasblaesing committed Dec 21, 2024
1 parent fcdd3e8 commit 1e3bbde
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2016,10 +2016,6 @@ jobs:
# - name: j2ee.sun.ddui
# run: ant $OPTS -f enterprise/j2ee.sun.ddui test

# Fails + Slow
# - name: jakarta.web.beans
# run: ant $OPTS -f enterprise/jakarta.web.beans test

- name: javaee.wildfly
run: .github/retry.sh ant $OPTS -f enterprise/javaee.wildfly test

Expand Down Expand Up @@ -2061,9 +2057,8 @@ jobs:
- name: tomcat5
run: ant $OPTS -f enterprise/tomcat5 test

# Fails
# - name: web.beans
# run: ant $OPTS -f enterprise/web.beans test
- name: web.beans
run: ant $OPTS -f enterprise/web.beans test

# Fails + Slow
# - name: web.core.syntax
Expand Down

0 comments on commit 1e3bbde

Please sign in to comment.