From bc08d9a97329d70ed96b611b65ee6bc3a73fa48c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 11 Jul 2021 20:14:10 -0400 Subject: [PATCH] temporarily skip testing pair_modify nofdotr for reax/c until we merge PR #2708 --- unittest/force-styles/test_pair_style.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unittest/force-styles/test_pair_style.cpp b/unittest/force-styles/test_pair_style.cpp index 5fb542735e..cc5ba66237 100644 --- a/unittest/force-styles/test_pair_style.cpp +++ b/unittest/force-styles/test_pair_style.cpp @@ -524,7 +524,8 @@ TEST(PairStyle, plain) if (print_stats) std::cerr << "restart_energy stats:" << stats << std::endl; // pair style rann does not support pair_modify nofdotr - if (test_config.pair_style != "rann") { + // temporarily disable testing pair style reax/c until we merge the other fixes + if ((test_config.pair_style != "rann") && (test_config.pair_style != "reax/c")) { if (!verbose) ::testing::internal::CaptureStdout(); restart_lammps(lmp, test_config, true); if (!verbose) ::testing::internal::GetCapturedStdout();