All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>
Subject: [meta-oe][PATCH 4/8] meta-oe-image-ptest-all: Do not include PTESTS_PROBLEMS_META_OE
Date: Sat, 12 Apr 2025 08:30:18 -0700	[thread overview]
Message-ID: <20250412153022.2343322-4-raj.khem@gmail.com> (raw)
In-Reply-To: <20250412153022.2343322-1-raj.khem@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb
index da942e8bee..e8e1750b0e 100644
--- a/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb
+++ b/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
 require conf/include/ptest-packagelists-meta-oe.inc
 
 # Include the full set of ptests
-PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE} ${PTESTS_PROBLEMS_META_OE}"
+PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE}"
 
 do_testimage[noexec] = "1"
 do_testimage[depends] = "${@' '.join(['meta-oe-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}"


  parent reply	other threads:[~2025-04-12 15:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-12 15:30 [meta-python][PATCH 1/8] ptest-packagelists-meta-python: Move passing tests out of PTESTS_PROBLEMS_META_PYTHON Khem Raj
2025-04-12 15:30 ` [meta-python][PATCH 2/8] meta-python-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PYTHON Khem Raj
2025-04-12 15:30 ` [meta-oe][PATCH 3/8] meta-oe: Move tests out or into problematic test lists Khem Raj
2025-04-12 15:30 ` Khem Raj [this message]
2025-04-12 15:30 ` [meta-networking][PATCH 5/8] ptest-packagelists-meta-networking: Adjust ptests as per pass status Khem Raj
2025-04-12 15:30 ` [meta-perl][PATCH 6/8] ptest-packagelists-meta-perl: adjust automated ptest runs Khem Raj
2025-04-12 15:30 ` [meta-perl][PATCH 7/8] meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERL Khem Raj
2025-04-12 15:30 ` [meta-multimedia][PATCH 8/8] meta-multimedia-image-ptest-all: Do not run PTESTS_PROBLEMS_META_MULTIMEDIA Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250412153022.2343322-4-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.