From Fedora Project Wiki
Description
This test case tests that deactivation of ABRT plugins works correctly.
How to test
- Edit the config files
/etc/abrt/plugins/$plugin.conf
and look for Enabled directive and change it:- Enabled = no
- Restart abrtd service.
- Crash relevant application; ELF binary in case of CCpp plugin and .py one in case of Python, respectively.
Expected Results
- User is not notified about the crash.
Don't forget to revert the change(s).