Skip to content

Commit

Permalink
test: Disable /umockdev-record/system-all
Browse files Browse the repository at this point in the history
This causes eternal hangs or crashes in some environments.
  • Loading branch information
martinpitt committed Jan 7, 2018
1 parent e7617e7 commit fe6e03f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test-umockdev-record.vala
Expand Up @@ -836,7 +836,8 @@ main (string[] args)
Test.add_func ("/umockdev-record/testbed-no-ioctl-record", t_testbed_no_ioctl_record);

Test.add_func ("/umockdev-record/system-single", t_system_single);
Test.add_func ("/umockdev-record/system-all", t_system_all);
// causes eternal hangs or crashes in some environments
//Test.add_func ("/umockdev-record/system-all", t_system_all);
Test.add_func ("/umockdev-record/system-invalid", t_system_invalid);
Test.add_func ("/umockdev-record/ioctl-log", t_system_ioctl_log);
Test.add_func ("/umockdev-record/ioctl-log-append-dev-mismatch", t_system_ioctl_log_append_dev_mismatch);
Expand Down

0 comments on commit fe6e03f

Please sign in to comment.