Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partially reverting changes applied by PR 4373 #4415

Merged
merged 1 commit into from Mar 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/regressions/component/CMakeLists.txt
Expand Up @@ -5,18 +5,18 @@
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

set(tests
bulk_new_3054
client_base_registration
create_n_components_2323
moveonly_constructor_arguments_1405
new_2848
new_4369
returned_client_2150
)

if(HPX_WITH_NETWORKING)
set(tests ${tests}
bulk_new_3054
create_remote_component_2334
new_2848
new_4369
)
set(bulk_new_3054_PARAMETERS LOCALITIES 2)
set(create_remote_component_2334_PARAMETERS LOCALITIES 2)
Expand Down