Commit d24880e3 authored by Carlo Caione's avatar Carlo Caione Committed by Chris Friedt
Browse files

test: Exclude qemu_cortex_a53_smp from portability.posix.eventfd



The test is failing for (so far) unknown reasons, blocking several PRs.
Exclude it until a proper investigation finds the root cause.

Signed-off-by: default avatarCarlo Caione <ccaione@baylibre.com>
parent b69cd3cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5,5 +5,8 @@ common:
    - eventfd
  integration_platforms:
    - qemu_x86
  # See issue #60678
  platform_exclude:
    - qemu_cortex_a53_smp
tests:
  portability.posix.eventfd: {}