adjust ignore reason
This commit is contained in:
@@ -14,7 +14,10 @@ mod src_tests;
|
||||
/// then check that the changes are as expected e.g. by looking at the `git diff`
|
||||
#[test]
|
||||
#[cfg(not(all(target_arch = "wasm32", target_os = "unknown")))]
|
||||
#[cfg_attr(miri, ignore = "blocked on crossbeam UB")]
|
||||
#[cfg_attr(
|
||||
miri,
|
||||
ignore = "miri isolation, unsupported operation: can't call foreign function"
|
||||
)]
|
||||
fn cli_tests() {
|
||||
trycmd::TestCases::new()
|
||||
.default_bin_name("scryer-prolog")
|
||||
|
||||
Reference in New Issue
Block a user