Change compatible_with decorator to not_compatible_with
This decorator will be used to mark versions that do not work most of the time. So instead passing `compatible_with("not(revset)")` and a negative filter function, we can just specify the revset wherein the bench should not run and optionally further filter on test kwargs.
Please register or sign in to comment