Skip to content

Commit fe6e03f

Browse files
committed
test: Disable /umockdev-record/system-all
This causes eternal hangs or crashes in some environments.
1 parent e7617e7 commit fe6e03f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test-umockdev-record.vala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,8 @@ main (string[] args)
836836
Test.add_func ("/umockdev-record/testbed-no-ioctl-record", t_testbed_no_ioctl_record);
837837

838838
Test.add_func ("/umockdev-record/system-single", t_system_single);
839-
Test.add_func ("/umockdev-record/system-all", t_system_all);
839+
// causes eternal hangs or crashes in some environments
840+
//Test.add_func ("/umockdev-record/system-all", t_system_all);
840841
Test.add_func ("/umockdev-record/system-invalid", t_system_invalid);
841842
Test.add_func ("/umockdev-record/ioctl-log", t_system_ioctl_log);
842843
Test.add_func ("/umockdev-record/ioctl-log-append-dev-mismatch", t_system_ioctl_log_append_dev_mismatch);

0 commit comments

Comments
 (0)