travis: disable the cv8struc test

The cv8struc test ends up with embedded absolute pathnames. This is a
known problem with the reproducibility of this test (see
https://github.com/netwide-assembler/nasm/pull/8) and so disable it
for now, as it generates false positive failures.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin (Intel) 2026-07-04 19:12:12 -07:00
parent 87e9a45891
commit c577f357d1

View file

@ -10,6 +10,7 @@
"output": "cv8struc.obj",
"match": "cv8struc.obj.t"
}
]
],
"disable": "true"
}
]