Skip to content

Commit

Permalink
Refs #21886: TMP disable some tests compilations
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL committed Oct 22, 2024
1 parent b707e36 commit 93a5f39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/config/fastdds_test.meta
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ names:
fastdds:
cmake-args:
- "-DEPROSIMA_BUILD_TESTS=ON"
- "-DFASTDDS_PIM_API_TESTS=ON"
- "-DPERFORMANCE_TESTS=ON"
- "-DFASTDDS_PIM_API_TESTS=OFF"
- "-DPERFORMANCE_TESTS=OFF"
- "-DPROFILING_TESTS=OFF"
- "-DCOMPILE_TOOLS=ON"
- "-DSYSTEM_TESTS=ON"
- "-DCOMPILE_TOOLS=OFF"
- "-DSYSTEM_TESTS=OFF"
ctest-args: [
"--repeat", "until-pass:3",
"--timeout", "300",
Expand Down

0 comments on commit 93a5f39

Please sign in to comment.