Skip to content

Commit 8e1ecc6

Browse files
committed
Refs #21886: TMP disable some tests compilations
Signed-off-by: Mario Dominguez <[email protected]>
1 parent b707e36 commit 8e1ecc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/config/fastdds_test.meta

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ names:
22
fastdds:
33
cmake-args:
44
- "-DEPROSIMA_BUILD_TESTS=ON"
5-
- "-DFASTDDS_PIM_API_TESTS=ON"
6-
- "-DPERFORMANCE_TESTS=ON"
5+
- "-DFASTDDS_PIM_API_TESTS=OFF"
6+
- "-DPERFORMANCE_TESTS=OFF"
77
- "-DPROFILING_TESTS=OFF"
88
- "-DCOMPILE_TOOLS=ON"
9-
- "-DSYSTEM_TESTS=ON"
9+
- "-DSYSTEM_TESTS=OFF"
1010
ctest-args: [
1111
"--repeat", "until-pass:3",
1212
"--timeout", "300",

0 commit comments

Comments
 (0)