Skip to content

Commit f856f0d

Browse files
committed
Remove mxin from test
1 parent c237fec commit f856f0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ ARG FAIL_ON_TEST_FAILURE=Ture
8282
RUN if [ -n "$RUN_TESTS" ]; then \
8383
. $OVERLAY_WS/install/setup.sh && \
8484
colcon test \
85-
--mixin $OVERLAY_MIXINS \
8685
&& colcon test-result \
8786
|| ([ -z "$FAIL_ON_TEST_FAILURE" ] || exit 1) \
8887
fi

0 commit comments

Comments
 (0)