temporarily skip testing pair_modify nofdotr for reax/c until we merge PR #2708
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user