aboutsummaryrefslogtreecommitdiff
path: root/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp')
-rw-r--r--profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
index 8374102033..7b66ccc012 100644
--- a/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
+++ b/profiling/server/src/basePipeServer/tests/BasePipeServerTests.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2020, 2024 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -17,6 +17,8 @@ TEST_SUITE("BasePipeServerTests")
{
using namespace arm::pipe;
+#if !defined(__APPLE__)
+
TEST_CASE("BasePipeServerTest")
{
// Setup the mock service to bind to the UDS.
@@ -96,4 +98,6 @@ TEST_CASE("BasePipeServerTest")
socketProfilingConnection.Close();
}
+#endif
+
}