We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7617e7 commit fe6e03fCopy full SHA for fe6e03f
tests/test-umockdev-record.vala
@@ -836,7 +836,8 @@ main (string[] args)
836
Test.add_func ("/umockdev-record/testbed-no-ioctl-record", t_testbed_no_ioctl_record);
837
838
Test.add_func ("/umockdev-record/system-single", t_system_single);
839
- Test.add_func ("/umockdev-record/system-all", t_system_all);
+ // causes eternal hangs or crashes in some environments
840
+ //Test.add_func ("/umockdev-record/system-all", t_system_all);
841
Test.add_func ("/umockdev-record/system-invalid", t_system_invalid);
842
Test.add_func ("/umockdev-record/ioctl-log", t_system_ioctl_log);
843
Test.add_func ("/umockdev-record/ioctl-log-append-dev-mismatch", t_system_ioctl_log_append_dev_mismatch);
0 commit comments