Skip to content

Commit

Permalink
replace bad todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Sep 12, 2023
1 parent cb5f4fc commit 8818907
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_cases/simulation/test_mpi_ensemble.cu
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,8 @@ TEST_F(TestMPIEnsemble, error_fast) {
EXPECT_TRUE(errors.empty());
#endif
} else {
// Only rank 0 raises exception
// Only rank 0 raises exception and captures total number of successful/failed runs
EXPECT_NO_THROW(ensemble->simulate(*plans));
// @todo can't capture total number of successful/failed runs
// Get stderr and stdout
const std::string output = testing::internal::GetCapturedStdout();
const std::string errors = testing::internal::GetCapturedStderr();
Expand Down

0 comments on commit 8818907

Please sign in to comment.