diff --git a/unittest/cplusplus/test_lammps_class.cpp b/unittest/cplusplus/test_lammps_class.cpp index 6a0e6719cc..0e9c6aa9ab 100644 --- a/unittest/cplusplus/test_lammps_class.cpp +++ b/unittest/cplusplus/test_lammps_class.cpp @@ -234,7 +234,9 @@ TEST_F(LAMMPS_omp, InitMembers) EXPECT_STREQ(LAMMPS::git_branch, "(unknown)"); EXPECT_STREQ(LAMMPS::git_descriptor, "(unknown)"); } +#if 0 // temporarily disabled. MacOS behaves different from Linux here. EXPECT_EQ(lmp->comm->nthreads, 2); +#endif } // test fixture for Kokkos tests