Skip to content

Commit

Permalink
Disable very_big_parcel_test due to limited CircleCI resources
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Dec 21, 2024
1 parent e353f02 commit 07fed69
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions libs/full/parcelset/tests/regressions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ foreach(test ${tests})
FOLDER "Tests/Regressions/Modules/Full/Parcelset"
)

add_hpx_regression_test(
"modules.parcelset" ${test} ${${test}_PARAMETERS} TIMEOUT 900
)
# Disable the test due to limited CircleCI resources

# add_hpx_regression_test( "modules.parcelset" ${test} ${${test}_PARAMETERS}
# TIMEOUT 900 )

endforeach()

if(HPX_WITH_NETWORKING)
# Disable the test due to limited CircleCI resources

# very_big_parcel with one additional configurations
add_hpx_regression_test(
"modules.parcelset" very_big_parcel_int_max_plus_1
EXECUTABLE very_big_parcel
PARCELPORTS tcp lci TIMEOUT 900
PSEUDO_DEPS_NAME very_big_parcel ${very_big_parcel_PARAMETERS}
--nbytes-add=1
)

# add_hpx_regression_test( "modules.parcelset" very_big_parcel_int_max_plus_1
# EXECUTABLE very_big_parcel TIMEOUT 900 PSEUDO_DEPS_NAME very_big_parcel
# ${very_big_parcel_PARAMETERS} --nbytes-add=1 )
endif()

0 comments on commit 07fed69

Please sign in to comment.