Skip to content

Commit

Permalink
[exclude for pull/558] Exclude test due to change to status code chan…
Browse files Browse the repository at this point in the history
…ge which is invalidating HTTP BASIC authentication testing

Signed-off-by: Scott Marlow <smarlow@redhat.com>
  • Loading branch information
scottmarlow committed Oct 30, 2020
1 parent 8eae246 commit cf69244
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/jakartaee/bin/ts.jtx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
#
com/sun/ts/tests/servlet/api/jakarta_servlet_http/httpupgradehandler/URLClient.java#upgradeTest

#
# Excluding this test until we can merge https://github.com/eclipse-ee4j/jakartaee-tck/pull/558
# TODO: In the next release after Jakarta EE 9 (perhaps Jakarta EE 9.1 or 10) the pull request will be merged and this exclude removed.
com/sun/ts/tests/servlet/spec/security/secbasic/Client.java#test7
com/sun/ts/tests/servlet/spec/security/secbasic/Client.java#test7_anno

################
# JSF
Expand Down
7 changes: 7 additions & 0 deletions install/servlet/bin/ts.jtx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,11 @@
# BUG id 19793504
#
com/sun/ts/tests/servlet/api/jakarta_servlet/servletrequest30/URLClient.java#asyncStartedTest3

#
# Excluding this test until we can merge https://github.com/eclipse-ee4j/jakartaee-tck/pull/558
# TODO: In the next release after Jakarta EE 9 (perhaps Jakarta EE 9.1 or 10) the pull request will be merged and this exclude removed.
com/sun/ts/tests/servlet/spec/security/secbasic/Client.java#test7
com/sun/ts/tests/servlet/spec/security/secbasic/Client.java#test7_anno

#

0 comments on commit cf69244

Please sign in to comment.