mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
patchtest: disable merge test
Disable the merge-on-head test until patchtest properly handles merging of series subsets and accounts for patches that are rapidly merged (i.e. before patchtest is run). (From OE-Core rev: 97c1d8aa7318e36a037aa6c8b721fb75608a92a7) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e561c614dc72b7f8bf5e09a09bbe6ebc3cf500bb) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
174a642755
commit
48537fb77b
@@ -18,6 +18,7 @@ def headlog():
|
||||
|
||||
class Merge(base.Base):
|
||||
def test_series_merge_on_head(self):
|
||||
self.skip("Merge test is disabled for now")
|
||||
if PatchTestInput.repo.branch != "master":
|
||||
self.skip("Skipping merge test since patch is not intended for master branch. Target detected is %s" % PatchTestInput.repo.branch)
|
||||
if not PatchTestInput.repo.ismerged:
|
||||
|
||||
Reference in New Issue
Block a user