oda-hub / dispatcher-app

Other
2 stars 2 forks source link

would be nice to restrict the tests so they do not take 1hr every time... #317

Closed volodymyrss closed 2 years ago

volodymyrss commented 2 years ago

maybe introduce another label-controlled division

but I wonder which ones are slow

burnout87 commented 2 years ago

It's hard to say which ones are the slowest, but there are some that are (very) bug, and take quite some time too complete:

Example: test_email_scws_list.

Cases like these can be marked/labelled as slow, and perhaps not being executed in certain cases (for example, when it is not necessary). A label-base approach could help I think