Skip to content

Commit

Permalink
Disable ThreadExtendedTest on z/OS
Browse files Browse the repository at this point in the history
See #4746.

Signed-off-by: Filip Jeremic <fjeremic@ca.ibm.com>
  • Loading branch information
fjeremic committed Jan 23, 2020
1 parent d6fe683 commit 63eb011
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fvtest/threadextendedtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ endif()

set_property(TARGET omrthreadextendedtest PROPERTY FOLDER fvtest)

add_test(NAME threadextendedtest COMMAND omrthreadextendedtest --gtest_output=xml:${CMAKE_CURRENT_BINARY_DIR}/omrthreadextendedtest-results.xml)
if (NOT OMR_HOST_OS STREQUAL "zos")
add_test(NAME threadextendedtest COMMAND omrthreadextendedtest --gtest_output=xml:${CMAKE_CURRENT_BINARY_DIR}/omrthreadextendedtest-results.xml)
endif()

0 comments on commit 63eb011

Please sign in to comment.