Skip to content

Commit

Permalink
Temporarily exclude libpathTestRtf and libpathTestRtfChild tests on OSX
Browse files Browse the repository at this point in the history
libpathTestRtf and libpathTestRtfChild tests pass locally on OSX. But,
they hang in Jenkins builds due to a pop-up requiring user-action. This
causes a Jenkins build to halt for 4 hrs. Temporarily excluding
libpathTestRtf and libpathTestRtfChild tests on OSX to avoid the halt
for 4 hrs. The tests will be added back once the issue is resolved.

Issue: eclipse-openj9#3787

Signed-off-by: Babneet Singh <[email protected]>
  • Loading branch information
babsingh committed Dec 6, 2018
1 parent e623425 commit c4a91b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/functional/cmdLineTests/libpathTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
-xids all,$(PLATFORM) -xlist $(Q)$(TEST_RESROOT)$(D)exclude.xml$(Q) \
-nonZeroExitWhenError; \
$(TEST_STATUS)</command>
<platformRequirements>bits.64,vm.cmprssptrs</platformRequirements>
<!-- temporarily disable this test on osx; https://github.com/eclipse/openj9/issues/3787 -->
<platformRequirements>bits.64,vm.cmprssptrs,^os.osx</platformRequirements>
<levels>
<level>sanity</level>
</levels>
Expand All @@ -56,6 +57,8 @@
-xids all,$(PLATFORM) -xlist $(Q)$(TEST_RESROOT)$(D)exclude_rtfchild.xml$(Q) \
-nonZeroExitWhenError; \
$(TEST_STATUS)</command>
<!-- temporarily disable this test on osx; https://github.com/eclipse/openj9/issues/3787 -->
<platformRequirements>^os.osx</platformRequirements>
<levels>
<level>sanity</level>
</levels>
Expand Down

0 comments on commit c4a91b5

Please sign in to comment.