Skip the statistical tests on the random generator
Those fail with a small probability, but it is still annoying. The code has been vetted and tested; and by disabling the test only when run in the CI infrastructure, anyone changing the code would still have the test run locally. Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
3ff26103cb
commit
ac2eee3907
2 changed files with 18 additions and 2 deletions
|
@ -47,4 +47,4 @@ build_script:
|
|||
|
||||
test_script:
|
||||
- set "CYCLONEDDS_URI=<CycloneDDS><Domain><Internal><EnableExpensiveChecks>all</EnableExpensiveChecks></Internal><Tracing><Verbosity>config</Verbosity><OutputFile>stderr</OutputFile></Tracing></Domain></CycloneDDS>"
|
||||
- ctest --output-on-failure --parallel 4 --test-action test --build-config %CONFIGURATION%
|
||||
- ctest --output-on-failure --parallel 4 --exclude-regex "^CUnit_ddsrt_random_default_random$" --test-action test --build-config %CONFIGURATION%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue