Skip to content

Commit 5041158

Browse files
authored
Skip QoS compatibility test on Zenoh (#985)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent 0c9f233 commit 5041158

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ros2doctor/test/test_qos_compatibility.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ def setUpClass(
122122
filtered_rmw_implementation=rmw_implementation
123123
)
124124

125+
# skip zenoh because of the QoS compatibility
126+
if rmw_implementation == 'rmw_zenoh_cpp':
127+
raise unittest.SkipTest()
128+
125129
@contextlib.contextmanager
126130
def launch_doctor_command(self, arguments):
127131
doctor_command_action = ExecuteProcess(

0 commit comments

Comments
 (0)