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
Looks much better.
What do you think about adding a condition here. Something like
@unittest.skipIf(os.environ['TRAVIS'] =='true', 'Randomly failing to draw the map layer')
This will improve the chance that someone discovers the test failing on his system (although that he realizes that this is interesting is still unlikely)
0 commit comments