Skip to content

Commit

Permalink
#2201: remove comms test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly authored and cz4rs committed Sep 20, 2024
1 parent 1b7f5e3 commit 84f582d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/lb/test_temperedlb.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ TEST_F(TestTemperedLB, test_load_memory_delta_03) {
runTemperedLBTest(cfg, 1.0);
}

TEST_F(TestTemperedLB, test_load_memory_homing_comms) {
SET_NUM_NODES_CONSTRAINT(4);
auto cfg = writeTemperedLBConfig("SwapClusters", true, 1, 1, 0, 0.1);
runTemperedLBTest(cfg, 0.25);
}

#endif

}}}} /* end namespace vt::tests::unit::lb */

0 comments on commit 84f582d

Please sign in to comment.