[PATCH xenomai-images] ci: Disable evl monitor-event-untrack test on qemu targets
Tobias Schaffner <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
The test is time sensitive and flaky on virtual targets. Disable it until we have a proper way to relax the tests on virtual targets as we do for xenomai 3. Signed-off-by: Tobias Schaffner <[email protected]> --- ci/lib/gitlab-ci-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/lib/gitlab-ci-base.yml b/ci/lib/gitlab-ci-base.yml index 76e38e6..d815474 100644 --- a/ci/lib/gitlab-ci-base.yml +++ b/ci/lib/gitlab-ci-base.yml @@ -114,7 +114,7 @@ default: variables: ADDITIONAL_XENO_TEST_ARGS: "--vm" ADDITIONAL_TEST_TIMEOUT_MINUTES: 25 - EVL_TESTS_SKIP_PATTERN: "sched-quota-accuracy|sched-tp-accuracy|sched-tp-overrun" + EVL_TESTS_SKIP_PATTERN: "sched-quota-accuracy|sched-tp-accuracy|sched-tp-overrun|monitor-event-untrack" rules: - if: '$LAVA_TESTS_ENABLED != "true"' when: never -- 2.43.0