Skip to content

Commit

Permalink
Test quota hangs on OSX
Browse files Browse the repository at this point in the history
Found that quota test hangs on OSX, decided to
skip it on 'Darwin' platforms to be able to run
the complete testing on OSX.

Needed for #4358
  • Loading branch information
avtikhon authored and kyukhin committed Jul 29, 2019
1 parent 31cd36d commit 50cb787
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/quota.skipcond
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import platform

# Disabled on OSX due to fail #4357.
if platform.system() == 'Darwin':
self.skip = 1

# vim: set ft=python:

0 comments on commit 50cb787

Please sign in to comment.