We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc4590 commit 10a6707Copy full SHA for 10a6707
modules/performance/tests/perf_tests.cpp
@@ -96,6 +96,9 @@ TEST(PerfTests, CheckPerfPipelineFloat) {
96
}
97
98
TEST(PerfTests, CheckPerfPipelineUint8tSlowTest) {
99
+#if defined(__APPLE__)
100
+ GTEST_SKIP() << "Skipped on macOS.";
101
+#endif
102
std::vector<uint8_t> in(128, 1);
103
104
auto test_task = std::make_shared<ppc::test::FakePerfTask<std::vector<uint8_t>, uint8_t>>(in);
0 commit comments