Skip to content

Commit

Permalink
Skip TestPipeline.EngineFactories on arm until #525 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 20, 2024
1 parent 258fc7b commit 8c28060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/mrc/src/tests/test_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,9 @@ TEST_F(TestPipeline, Nodes1k)

TEST_F(TestPipeline, EngineFactories)
{
#if defined(__arm__)
GTEST_SKIP() << "Skipping test for arm architectures ref: https://github.com/nv-morpheus/MRC/issues/525";
#endif
auto topology = mrc::system::Topology::Create();

if (topology->core_count() < 8)
Expand Down

0 comments on commit 8c28060

Please sign in to comment.