You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not skip xarray shading tests on all platforms (#669)
xarray grid shading is known to fail with GMT 6.1.1.
That's why we want to mark the test xfail.
The xfail marker works well for Linux and Windows,
but not for macOS, due to segmentation faults.
So ideally what we should do is:
- GMT 6.1.1 + Linux/Windows: xfail
- GMT 6.1.1 + macOS: skip
- GMT master + Linux/Windows/macOS: no marker
Co-authored-by: Wei Ji <[email protected]>
0 commit comments