Skip to content

Commit

Permalink
Skip failing test from out-of-source build
Browse files Browse the repository at this point in the history
Skipped failing test app-tap/http_client.test.lua
from out-of-source build. Left #4258 issue opened
till it will be fixed.

Part of #4874
  • Loading branch information
avtikhon committed May 22, 2020
1 parent 18007ef commit f5757d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/app-tap/http_client.skipcond
@@ -1,5 +1,10 @@
import os
import platform

# Disabled at out-of-source build due to issue #4258.
if os.getenv("OUTOFSRC_BUILD") == 'ON':
self.skip = 1

# Disabled on FreeBSD due to flaky fail #4271.
if platform.system() == 'FreeBSD':
self.skip = 1
Expand Down

0 comments on commit f5757d8

Please sign in to comment.