Skip to content

Commit

Permalink
Skip depsolve test for jboss
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Sep 22, 2017
1 parent c5154e4 commit 503dee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_depsolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ def test_depsolve(self, recipe_file):
if recipe_name == 'kubernetes':
self.skipTest('known issue with updates for kubernetes')

# KNOWN ISSUE, WONT FIX, SKIP
# dshea: probably the same java dependency mess that causes bdcs-api-rs to fail on libreoffice
# TODO: remove this skip once we switch over to the bdcs depsolving code
if recipe_name == 'jboss':
self.skipTest('known issue for jboss')

# step 2: is what the user wanted still in the list
for pkg in expected_packages:
self.assertIn(pkg, depsolve_output)
Expand Down

0 comments on commit 503dee0

Please sign in to comment.