Skip to content

Commit

Permalink
Exclude tests not suitable for multi-threaded testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesbah-Alam committed Oct 8, 2019
1 parent 292108b commit e6e58c6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<inventory>
<!-- Exclude tests not suited for multi-threaded testing
Issue ref: https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/298 -->
<mauve class="gnu.testlet.java.util.Calendar.getInstance"/>
<mauve class="gnu.testlet.java.util.Date.range"/>
<!-- Exclude tests that install SecurityManager
Issue Ref: https://github.com/AdoptOpenJDK/openjdk-systemtest/issues/284-->
<mauve class="gnu.testlet.java.util.logging.Logger.getAnonymousLogger"/>
Expand Down

0 comments on commit e6e58c6

Please sign in to comment.