Skip to content

Commit

Permalink
Exclude test_startupShutdownRobustness
Browse files Browse the repository at this point in the history
[ci skip]

This fails intermittently and can cause spurious build failures:
eclipse-openj9#2047.
Exclude this test while investigating.

Signed-off-by: Peter Bain <peter_bain@ca.ibm.com>
  • Loading branch information
pdbain-ibm committed Jun 15, 2018
1 parent 523298c commit cc8f342
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/TestConfig/resources/excludes/latest_exclude_SE100.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
org.openj9.test.vm.Test_MsgHelp:test_loadMessages_EN AN-https://github.ibm.com/runtimes/test/issues/46 generic-all
org.openj9.test.java.lang.management.TestRuntimeMXBean:testGetMBeanInfo 1626 generic-all
org.openj9.test.java.lang.management.TestThreadMXBean:testGetMBeanInfo 1626 generic-all
org.openj9.test.vmArguments.VmArgumentTests:testCrNocr 244 generic-all
org.openj9.test.vmArguments.VmArgumentTests:testCrNocr 244 generic-all
org.openj9.test.attachAPI.TestAttachErrorHandling:test_startupShutdownRobustness 2047 generic-all
1 change: 1 addition & 0 deletions test/TestConfig/resources/excludes/latest_exclude_SE80.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@

org.openj9.test.vmArguments.VmArgumentTests:testCrNocr 244 generic-all
j9vm.test.softmx.SoftmxRemoteTest 480 generic-all
org.openj9.test.attachAPI.TestAttachErrorHandling:test_startupShutdownRobustness 2047 generic-all
1 change: 1 addition & 0 deletions test/TestConfig/resources/excludes/latest_exclude_SE90.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ org.openj9.test.java.lang.Test_ClassLoader 134754 generic-all
org.openj9.test.java.lang.Test_Thread:test_getContextClassLoader 125908 generic-all
org.openj9.test.vmArguments.VmArgumentTests:testCrNocr 244 generic-all
j9vm.test.softmx.SoftmxRemoteTest 480 generic-all
org.openj9.test.attachAPI.TestAttachErrorHandling:test_startupShutdownRobustness 2047 generic-all

0 comments on commit cc8f342

Please sign in to comment.