Disable qemuppc tests; turns out qemu-system-ppc won't load more than the first

4kB of a kernel...
This commit is contained in:
David Given 2016-12-06 22:06:17 +01:00
parent cc3d72e884
commit 67e7d226ad

View file

@ -18,7 +18,7 @@ vars.plats = {
vars.plats_with_tests = {
"linux386",
"linuxppc",
"qemuppc",
-- "qemuppc", FIXME: disable until we figure out why qemu won't run binaries bigger than 4kB
"pc86",
}