We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9f233 commit 5041158Copy full SHA for 5041158
ros2doctor/test/test_qos_compatibility.py
@@ -122,6 +122,10 @@ def setUpClass(
122
filtered_rmw_implementation=rmw_implementation
123
)
124
125
+ # skip zenoh because of the QoS compatibility
126
+ if rmw_implementation == 'rmw_zenoh_cpp':
127
+ raise unittest.SkipTest()
128
+
129
@contextlib.contextmanager
130
def launch_doctor_command(self, arguments):
131
doctor_command_action = ExecuteProcess(
0 commit comments