How to get callback_whitelist = profile_tasks working with ansible-test

Hi,

I currently work on developing Ansible modules for Oracle and I’ve been trying to log timing information when we run our module tests with ansible-test.

This callback plugin looks like the right solution (https://docs.ansible.com/ansible/latest/plugins/callback/profile_tasks.html) but when I add it to my configuration file I don’t get any timing data printed out in the test output.

Is there something special I have to configure to get callback plugins to work with ansible-test?

Thanks,
Mike