Disable unsupported tests
Unclear why this needs to be done manually and is not done by the existing Trusty patches.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
target_os = "emscripten",
|
||||
all(target_os = "wasi", target_env = "p1"),
|
||||
target_env = "sgx",
|
||||
target_os = "xous"
|
||||
target_os = "xous",
|
||||
target_os = "trusty",
|
||||
))
|
||||
))]
|
||||
mod tests;
|
||||
|
||||
Reference in New Issue
Block a user