-
|
Hi, Is there a way to find the reason why avocado is skipping all the tests that I'm trying to run? I'm using the nrunner and the API. Avocado version installed -> avocado-framework-90.0 In the previous versions I didn't get this behavior |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
|
@marioaag can you please paste your |
Beta Was this translation helpful? Give feedback.
-
|
Note: Executing only one suit: Executing multipel suits: Executing using avocado command line: Test Code: |
Beta Was this translation helpful? Give feedback.
-
|
Doing some debug found that removing the commit 3a2fef0 - Merge remote-tracking branch richtja/task_status_uri And running in the commit fa4aabe - Merge remote-tracking branch 'clebergnu/setup_develop_exclude_optional_plugins' the behavior start changing and now when a test suit with multiple test is executed randomly some of them get executed and some other skipped |
Beta Was this translation helpful? Give feedback.
@marioaag, would you be able to run the same job/tests, but using avocado from #4864 ?
That version includes some extra checks and debugging information on the
avocado.core.DEBUGfile that is created on the job results directory. If you could please include that output here, it would be very useful.Thanks!