Skip to content

Commit bbfb6a5

Browse files
committed
Refs #23750. Exclude whitelist tests.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent e4c80ed commit bbfb6a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/mac-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
description: 'Extra arguments for ctest cli'
2020
required: false
2121
type: string
22+
default: '-E InterfaceWhitelist|send_to_allowed_interface'
2223
fastdds_branch:
2324
description: 'Branch or tag of Fast DDS repository (https://github.com/eProsima/Fast-DDS)'
2425
type: string

.github/workflows/reusable-mac-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
description: 'Extra arguments for ctest cli'
2020
required: false
2121
type: string
22+
default: '-E InterfaceWhitelist|send_to_allowed_interface'
2223
fastdds-branch:
2324
description: 'Branch or tag of Fast DDS repository (https://github.com/eProsima/Fast-DDS)'
2425
required: true

0 commit comments

Comments
 (0)