We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c06832 commit 919b36dCopy full SHA for 919b36d
tests/Makefile
@@ -117,7 +117,11 @@ broken-tests: \
117
scene-import \
118
sensor-area \
119
120
+# tests that randomly fail, blocking PRs
121
randomly-failing-tests:
122
+ idc-error-metric \
123
+ velocity-metric \
124
+ msoce-metric \
125
126
# Not sorted alphabetically on purpose
127
basic-acceptance-tests: \
@@ -191,9 +195,6 @@ metric-tests:
191
195
$(MAKE) -Otarget -j $(NPROCS) _$@ SUPASS=$(SUPASS) -k
192
196
193
197
_metric-tests: \
194
- idc-error-metric \
- velocity-metric \
- msoce-metric \
198
199
ui-tests:
200
$(MAKE) -Otarget _$@ SECRETSDIR=$(PWD)/manager/secrets SUPASS=$(SUPASS) -k
0 commit comments