Skip to content

Commit

Permalink
test: block box/tx_man.test.lua test on OSX
Browse files Browse the repository at this point in the history
The issue is under investigation in issues #5423. Need to block the
test on OSX to avoid of its stable fail.

Needed for #5423
  • Loading branch information
avtikhon committed Oct 22, 2020
1 parent c3a8343 commit dbd6058
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/box/tx_man.skipcond
@@ -0,0 +1,7 @@
import platform

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

# vim: set ft=python:

0 comments on commit dbd6058

Please sign in to comment.