Skip to content

Commit

Permalink
Disable MPI tests that use sync_wait.
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Aug 20, 2024
1 parent 67b14b6 commit a897366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/async_mpi/tests/unit/algorithm_transform_mpi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ int hpx_main()
return hpx::local::finalize();
}

int main(int argc, char* argv[])
int main([[maybe_unused]] int argc, [[maybe_unused]] char* argv[])
{
#if !defined(HPX_HAVE_STDEXEC)
// Disable MPI tests because they
Expand Down

0 comments on commit a897366

Please sign in to comment.