mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
tests: skip the nios2 replay_kernel test
It is buggy and keeps failing. Suggested-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230228190653.1602033-10-alex.bennee@linaro.org>
This commit is contained in:
parent
171080d891
commit
bdcf4b36bd
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ class ReplayKernelNormal(ReplayKernelBase):
|
||||||
file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
|
file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
|
||||||
self.do_test_advcal_2018(file_path, 'vmlinux')
|
self.do_test_advcal_2018(file_path, 'vmlinux')
|
||||||
|
|
||||||
|
@skip("nios2 emulation is buggy under record/replay")
|
||||||
def test_nios2_10m50(self):
|
def test_nios2_10m50(self):
|
||||||
"""
|
"""
|
||||||
:avocado: tags=arch:nios2
|
:avocado: tags=arch:nios2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue