T_GLOBAL_META(
T_META_NAMESPACE("xnu.vfs.dmc"),
- T_META_ASROOT(true)
+ T_META_ASROOT(true),
+ T_META_RUN_CONCURRENTLY(true)
);
#pragma mark Entitled Tests
}
T_DECL(fsctl_delays,
- "Validate I/O delays when DMC is enabled")
+ "Validate I/O delays when DMC is enabled",
+ T_META_RUN_CONCURRENTLY(false))
{
char *path;
int fd;