Skip to content

Commit

Permalink
app-admin/salt: remove random_org test
Browse files Browse the repository at this point in the history
This fixes bug #560374, the random_org test does network traffic, which
breaks with FEATURES=network-sandbox.

Reported-by: Thomas D. <[email protected]>
  • Loading branch information
chutz committed Sep 29, 2015
1 parent 751d0f7 commit 0dfbb23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-admin/salt/salt-2015.8.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ PATCHES=(

python_prepare() {
# this test fails because it trys to "pip install distribute"
rm tests/unit/{modules,states}/zcbuildout_test.py tests/unit/modules/{rh_ip,win_network}_test.py
rm tests/unit/{modules,states}/zcbuildout_test.py \
tests/unit/modules/{rh_ip,win_network,random_org}_test.py
}

python_install_all() {
Expand Down

0 comments on commit 0dfbb23

Please sign in to comment.