Hyrum K Wright wrote on Mon, Feb 07, 2011 at 13:35:11 +0000:
> Just use them both.  Order *shouldn't* matter.  (I think.)

Pretty sure it *does* matter: e.g., when you combine XFail and Skip, one
of them causes the test to be run and one causes it not to be run ---
and we did have some instances of:

        # Triggers an OS bug to the point that a reboot is required to
        # make the system usable again.
        XFail(Skip(foo, is_windows), lambda: True),

Reply via email to