aboutsummaryrefslogtreecommitdiff
path: root/src/timelineDecoder/tests/JSONTimelineDecoderTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timelineDecoder/tests/JSONTimelineDecoderTests.cpp')
-rw-r--r--src/timelineDecoder/tests/JSONTimelineDecoderTests.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/timelineDecoder/tests/JSONTimelineDecoderTests.cpp b/src/timelineDecoder/tests/JSONTimelineDecoderTests.cpp
index 2c4da54207..3e4bc6a4fb 100644
--- a/src/timelineDecoder/tests/JSONTimelineDecoderTests.cpp
+++ b/src/timelineDecoder/tests/JSONTimelineDecoderTests.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
//
@@ -682,6 +682,8 @@ void RunSimpleModelThroughDecoder(JSONTimelineDecoder& timelineDecoder)
timelineDecoder.CreateRelationship(relationship90);
}
+#if !defined(__APPLE__)
+
TEST_CASE("JSONTimelineDecoderTestStructure")
{
JSONTimelineDecoder timelineDecoder;
@@ -823,4 +825,7 @@ TEST_CASE("JSONTimelineDecoderTestJSON")
// Remove temporary file
fs::remove(tempFile);
}
-} \ No newline at end of file
+
+#endif
+
+}