diff --git a/fvtest/threadextendedtest/threadCpuTimeTest.cpp b/fvtest/threadextendedtest/threadCpuTimeTest.cpp index 01004ed78c..a4de3a8b44 100644 --- a/fvtest/threadextendedtest/threadCpuTimeTest.cpp +++ b/fvtest/threadextendedtest/threadCpuTimeTest.cpp @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2014, 2020 IBM Corp. and others + * Copyright (c) 2014, 2023 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this @@ -23,6 +23,11 @@ #include "thread_api.h" #include "threadExtendedTestHelpers.hpp" +#if defined(OSX) && defined(OMR_ARCH_AARCH64) +/* See OMR Issue #6774 */ +#define TestOtherThreadCputime DISABLED_TestOtherThreadCputime +#endif /* defined(OSX) && defined(OMR_ARCH_AARCH64) */ + #define NUM_ITERATIONS 50 #define LONG_MILLI_TIMEOUT 900000