Skip to content

Commit 919b36d

Browse files
committed
move metrics temporarily to broken
1 parent 5c06832 commit 919b36d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,11 @@ broken-tests: \
117117
scene-import \
118118
sensor-area \
119119

120+
# tests that randomly fail, blocking PRs
120121
randomly-failing-tests:
122+
idc-error-metric \
123+
velocity-metric \
124+
msoce-metric \
121125

122126
# Not sorted alphabetically on purpose
123127
basic-acceptance-tests: \
@@ -191,9 +195,6 @@ metric-tests:
191195
$(MAKE) -Otarget -j $(NPROCS) _$@ SUPASS=$(SUPASS) -k
192196

193197
_metric-tests: \
194-
idc-error-metric \
195-
velocity-metric \
196-
msoce-metric \
197198

198199
ui-tests:
199200
$(MAKE) -Otarget _$@ SECRETSDIR=$(PWD)/manager/secrets SUPASS=$(SUPASS) -k

0 commit comments

Comments
 (0)