Skip to content

Commit d9a6ea7

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/config/fastdds_build.meta

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ names:
33
cmake-args:
44
- "-DBUILD_DOCUMENTATION=OFF"
55
- "-DCOMPILE_EXAMPLES=ON"
6-
- "-DFASTDDS_ENFORCE_LOG_INFO=ON"
6+
- "-DFASTDDS_ENFORCE_LOG_INFO=OFF"
77
- "-DINSTALL_EXAMPLES=ON"
88
- "-DINTERNAL_DEBUG=ON"
99
- "-DNO_TLS=OFF"

.github/workflows/config/fastdds_test.meta

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
names:
22
fastdds:
33
cmake-args:
4-
- "-DEPROSIMA_BUILD_TESTS=ON"
5-
- "-DFASTDDS_PIM_API_TESTS=ON"
6-
- "-DPERFORMANCE_TESTS=ON"
4+
- "-DEPROSIMA_BUILD_TESTS=OFF"
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)